Rev 3569 | Rev 4337 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3569 | Rev 3570 | ||
---|---|---|---|
Line 35... | Line 35... | ||
35 | SOFTINT_PREFIX = ../../lib/softint |
35 | SOFTINT_PREFIX = ../../lib/softint |
36 | RTLD_PREFIX = ../../lib/rtld |
36 | RTLD_PREFIX = ../../lib/rtld |
37 | include $(LIBC_PREFIX)/Makefile.toolchain |
37 | include $(LIBC_PREFIX)/Makefile.toolchain |
38 | include $(LIBC_PREFIX)/Makefile.app |
38 | include $(LIBC_PREFIX)/Makefile.app |
39 | 39 | ||
40 | LIBS += libpci/libpci.a |
40 | LIBS := libpci/libpci.a $(LIBS) |
41 | 41 | ||
42 | ## Sources |
42 | ## Sources |
43 | # |
43 | # |
44 | 44 | ||
45 | OUTPUT = pci |
45 | OUTPUT = pci |