Rev 1487 | Rev 1547 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1487 | Rev 1522 | ||
|---|---|---|---|
| Line 42... | Line 42... | ||
| 42 | 42 | ||
| 43 | OUTPUT = console |
43 | OUTPUT = console |
| 44 | GENERIC_SOURCES = \ |
44 | GENERIC_SOURCES = \ |
| 45 | console.c \ |
45 | console.c \ |
| 46 | screenbuffer.c \ |
46 | screenbuffer.c \ |
| 47 | ../kbd/generic/key_buffer.c |
47 | ../kbd/generic/key_buffer.c \ |
| - | 48 | gcons.c |
|
| 48 | 49 | ||
| 49 | ARCH_SOURCES = |
50 | ARCH_SOURCES = |
| 50 | 51 | ||
| 51 | GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES))) |
52 | GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES))) |
| 52 | ARCH_OBJECTS := $(addsuffix .o,$(basename $(ARCH_SOURCES))) |
53 | ARCH_OBJECTS := $(addsuffix .o,$(basename $(ARCH_SOURCES))) |