Rev 4377 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4377 | Rev 4692 | ||
---|---|---|---|
Line 34... | Line 34... | ||
34 | ## Setup toolchain |
34 | ## Setup toolchain |
35 | # |
35 | # |
36 | 36 | ||
37 | include $(LIBC_PREFIX)/Makefile.toolchain |
37 | include $(LIBC_PREFIX)/Makefile.toolchain |
38 | 38 | ||
39 | CFLAGS +=-Iinclude -Iarch/$(UARCH)/include/ |
39 | CFLAGS += -Iinclude -Iarch/$(UARCH)/include/ |
40 | 40 | ||
41 | ## Sources |
41 | ## Sources |
42 | # |
42 | # |
43 | 43 | ||
44 | GENERIC_SOURCES = \ |
44 | GENERIC_SOURCES = \ |