summaryrefslogtreecommitdiff
path: root/src/arch/i386/boot/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/boot/Makefile.inc')
-rw-r--r--src/arch/i386/boot/Makefile.inc13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/arch/i386/boot/Makefile.inc b/src/arch/i386/boot/Makefile.inc
deleted file mode 100644
index 1ae32e441c..0000000000
--- a/src/arch/i386/boot/Makefile.inc
+++ /dev/null
@@ -1,13 +0,0 @@
-ramstage-y += boot.c
-ramstage-y += coreboot_table.c
-ramstage-$(CONFIG_MULTIBOOT) += multiboot.c
-ramstage-y += gdt.c
-ramstage-y += tables.c
-ramstage-$(CONFIG_GENERATE_MP_TABLE) += mpspec.c
-ramstage-$(CONFIG_GENERATE_PIRQ_TABLE) += pirq_routing.c
-ramstage-$(CONFIG_GENERATE_ACPI_TABLES) += acpi.c
-ramstage-$(CONFIG_GENERATE_ACPI_TABLES) += acpigen.c
-ramstage-$(CONFIG_HAVE_ACPI_RESUME) += wakeup.S
-
-$(obj)/arch/i386/boot/coreboot_table.ramstage.o : $(OPTION_TABLE_H)
-