Major cleanups of the hard_reset() code and config in coreboot.
[coreboot.git] / src / mainboard / intel / xe7501devkit / Makefile.inc
1 ROMCCFLAGS := -mcpu=p4 -O2
2 obj-$(CONFIG_GENERATE_ACPI_TABLES) += acpi_tables.o
3 obj-$(CONFIG_HAVE_HARD_RESET) += reset.o
4 include $(src)/mainboard/Makefile.romccboard.inc
5