Rev 1435 | Rev 1472 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1435 | Rev 1451 | ||
|---|---|---|---|
| Line 29... | Line 29... | ||
| 29 | ## Common compiler flags |
29 | ## Common compiler flags |
| 30 | # |
30 | # |
| 31 | 31 | ||
| 32 | LIBC_PREFIX = . |
32 | LIBC_PREFIX = . |
| 33 | SOFTINT_PREFIX = ../softint |
33 | SOFTINT_PREFIX = ../softint |
| - | 34 | CONSOLE_PREFIX = ../console |
|
| 34 | 35 | ||
| 35 | ## Setup toolchain |
36 | ## Setup toolchain |
| 36 | # |
37 | # |
| 37 | 38 | ||
| 38 | include $(LIBC_PREFIX)/Makefile.toolchain |
39 | include $(LIBC_PREFIX)/Makefile.toolchain |
| 39 | 40 | ||
| - | 41 | CFLAGS += -I$(CONSOLE_PREFIX) |
|
| - | 42 | ||
| 40 | ## Sources |
43 | ## Sources |
| 41 | # |
44 | # |
| 42 | 45 | ||
| 43 | 46 | ||
| 44 | GENERIC_SOURCES = \ |
47 | GENERIC_SOURCES = \ |