Rev 3731 | Rev 3756 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3731 | Rev 3747 | ||
|---|---|---|---|
| Line 31... | Line 31... | ||
| 31 | 31 | ||
| 32 | include ../../Makefile.config |
32 | include ../../Makefile.config |
| 33 | 33 | ||
| 34 | LIBC_PREFIX = $(shell pwd) |
34 | LIBC_PREFIX = $(shell pwd) |
| 35 | SOFTINT_PREFIX = ../softint |
35 | SOFTINT_PREFIX = ../softint |
| 36 | CONSOLE_PREFIX = ../../srv/console |
- | |
| 37 | 36 | ||
| 38 | ## Setup toolchain |
37 | ## Setup toolchain |
| 39 | # |
38 | # |
| 40 | 39 | ||
| 41 | include $(LIBC_PREFIX)/Makefile.toolchain |
40 | include $(LIBC_PREFIX)/Makefile.toolchain |
| 42 | 41 | ||
| 43 | CFLAGS += -I$(CONSOLE_PREFIX) |
- | |
| 44 | - | ||
| 45 | ## Sources |
42 | ## Sources |
| 46 | # |
43 | # |
| 47 | 44 | ||
| 48 | 45 | ||
| 49 | GENERIC_SOURCES = \ |
46 | GENERIC_SOURCES = \ |