diff options
Diffstat (limited to 'src/pc80/Makefile.inc')
-rw-r--r-- | src/pc80/Makefile.inc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/pc80/Makefile.inc b/src/pc80/Makefile.inc index bb105241f1..0ef591497a 100644 --- a/src/pc80/Makefile.inc +++ b/src/pc80/Makefile.inc @@ -1,9 +1,9 @@ -obj-y += mc146818rtc.o -obj-y += isa-dma.o -obj-y += i8259.o -#obj-y += udelay_timer2.o CONFIG_UDELAY_TIMER2 -obj-$(CONFIG_UDELAY_IO) += udelay_io.o -obj-y += keyboard.o +obj-y += mc146818rtc.o +obj-y += isa-dma.o +obj-y += i8259.o +#obj-y += udelay_timer2.o CONFIG_UDELAY_TIMER2 +obj-$(CONFIG_UDELAY_IO) += udelay_io.o +obj-y += keyboard.o -#initobj-y += serial.o +#initobj-y += serial.o subdirs-y += vga |