Rev 1339 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1339 | Rev 1351 | ||
---|---|---|---|
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 -I../kbd/include |
36 | CFLAGS += -I../kbd/include |
38 | 37 | ||
39 | LIBS = $(LIBIPC_PREFIX)/libipc.a $(LIBC_PREFIX)/libc.a |
38 | LIBS = $(LIBC_PREFIX)/libc.a |
40 | 39 | ||
41 | ## Sources |
40 | ## Sources |
42 | # |
41 | # |
43 | 42 | ||
44 | OUTPUT = init |
43 | OUTPUT = init |