Fix race condition in option_table.h generation by moving the include statement
[coreboot.git] / src / pc80 / Makefile.inc
1 obj-y += mc146818rtc.o
2 obj-y += isa-dma.o
3 obj-y += i8259.o
4 obj-$(CONFIG_UDELAY_IO) += udelay_io.o
5 obj-y += keyboard.o
6 initobj-$(CONFIG_USE_OPTION_TABLE) += mc146818rtc_early.o
7 initobj-$(CONFIG_CACHE_AS_RAM) += serial.o
8 subdirs-y += vga
9
10 $(obj)/pc80/mc146818rtc.o : $(OPTION_TABLE_H)
11 $(obj)/pc80/mc146818rtc_early.initobj.o : $(OPTION_TABLE_H)