Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / pc80 / Makefile.inc
index 0ef591497abb0dc9086014107d210c49edfd56b2..358c2218568e6937784879d28012ce0cfd4020f7 100644 (file)
@@ -1,9 +1,10 @@
 obj-y += mc146818rtc.o
 obj-y += isa-dma.o
-obj-y += i8259.o 
-#obj-y += udelay_timer2.o CONFIG_UDELAY_TIMER2
+obj-y += i8259.o
 obj-$(CONFIG_UDELAY_IO) += udelay_io.o
 obj-y += keyboard.o
 
 #initobj-y += serial.o
 subdirs-y += vga
+
+$(obj)/pc80/mc146818rtc.o : $(OPTION_TABLE_H)