Rev 968 | Rev 978 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 968 | Rev 974 | ||
|---|---|---|---|
| Line 39... | Line 39... | ||
| 39 | ## Sources |
39 | ## Sources |
| 40 | # |
40 | # |
| 41 | 41 | ||
| 42 | GENERIC_SOURCES = \ |
42 | GENERIC_SOURCES = \ |
| 43 | generic/libc.c \ |
43 | generic/libc.c \ |
| 44 | generic/io.c |
44 | generic/io/io.c \ |
| - | 45 | generic/io/print.c |
|
| 45 | 46 | ||
| 46 | ARCH_SOURCES += \ |
47 | ARCH_SOURCES += \ |
| 47 | arch/$(ARCH)/src/entry.s |
48 | arch/$(ARCH)/src/entry.s |
| 48 | 49 | ||
| 49 | GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES))) |
50 | GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES))) |