Rev 1301 | Rev 1352 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1301 | Rev 1335 | ||
---|---|---|---|
Line 34... | Line 34... | ||
34 | SOFTINT_PREFIX = ../softint |
34 | SOFTINT_PREFIX = ../softint |
35 | include $(LIBC_PREFIX)/Makefile.toolchain |
35 | include $(LIBC_PREFIX)/Makefile.toolchain |
36 | 36 | ||
37 | CFLAGS += -I../libipc/include |
37 | CFLAGS += -I../libipc/include |
38 | 38 | ||
39 | LIBS = libpci/libpci.a $(LIBC_PREFIX)/libc.a |
39 | LIBS = libpci/libpci.a $(LIBIPC_PREFIX)/libipc.a $(LIBC_PREFIX)/libc.a |
40 | 40 | ||
41 | ## Sources |
41 | ## Sources |
42 | # |
42 | # |
43 | 43 | ||
44 | OUTPUT = pci |
44 | OUTPUT = pci |