Rev 4338 | Rev 4342 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4338 | Rev 4340 | ||
---|---|---|---|
Line 27... | Line 27... | ||
27 | # |
27 | # |
28 | 28 | ||
29 | ## Setup toolchain |
29 | ## Setup toolchain |
30 | # |
30 | # |
31 | 31 | ||
32 | include ../../Makefile.config |
32 | -include ../../../Makefile.config |
33 | 33 | ||
34 | LIBC_PREFIX = ../../lib/libc |
34 | LIBC_PREFIX = ../../lib/libc |
35 | SOFTINT_PREFIX = ../../lib/softint |
35 | SOFTINT_PREFIX = ../../lib/softint |
36 | RTLD_PREFIX = ../../lib/rtld |
36 | RTLD_PREFIX = ../../lib/rtld |
- | 37 | ||
37 | include $(LIBC_PREFIX)/Makefile.toolchain |
38 | include $(LIBC_PREFIX)/Makefile.toolchain |
38 | include $(LIBC_PREFIX)/Makefile.app |
39 | include $(LIBC_PREFIX)/Makefile.app |
39 | include ../../../Makefile.config |
- | |
40 | 40 | ||
41 | CFLAGS += -Iinclude -I../libadt/include |
41 | CFLAGS += -Iinclude -I../libadt/include |
42 | 42 | ||
43 | ## Sources |
43 | ## Sources |
44 | # |
44 | # |