Rev 4438 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4438 | Rev 4667 | ||
---|---|---|---|
Line 42... | Line 42... | ||
42 | # |
42 | # |
43 | 43 | ||
44 | OUTPUT = pci |
44 | OUTPUT = pci |
45 | SOURCES = \ |
45 | SOURCES = \ |
46 | main.c \ |
46 | main.c \ |
47 | pci.c |
47 | pci.c \ |
- | 48 | intel_piix3.c \ |
|
- | 49 | isa.c \ |
|
- | 50 | serial.c |
|
48 | 51 | ||
49 | ifeq ($(PROCESSOR), us) |
52 | ifeq ($(PROCESSOR), us) |
50 | SOURCES += psycho.c |
53 | SOURCES += psycho.c |
51 | endif |
54 | endif |
52 | 55 |