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