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