summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/device/Makefile.inc1
-rw-r--r--src/device/oprom/Makefile.inc1
-rw-r--r--src/device/oprom/realmode/Makefile.inc1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/device/Makefile.inc b/src/device/Makefile.inc
index 813ce7ed1c..0b870952b3 100644
--- a/src/device/Makefile.inc
+++ b/src/device/Makefile.inc
@@ -20,4 +20,3 @@ romstage-$(CONFIG_PCI) += pci_early.c
subdirs-y += oprom dram
ramstage-$(CONFIG_VGA_ROM_RUN) += pci_rom.c
-
diff --git a/src/device/oprom/Makefile.inc b/src/device/oprom/Makefile.inc
index 5cedd7cb5f..4fc81b003d 100644
--- a/src/device/oprom/Makefile.inc
+++ b/src/device/oprom/Makefile.inc
@@ -20,4 +20,3 @@
subdirs-$(CONFIG_PCI_OPTION_ROM_RUN_YABEL) += x86emu
subdirs-$(CONFIG_PCI_OPTION_ROM_RUN_YABEL) += yabel
subdirs-$(CONFIG_PCI_OPTION_ROM_RUN_REALMODE) += realmode
-
diff --git a/src/device/oprom/realmode/Makefile.inc b/src/device/oprom/realmode/Makefile.inc
index 2dbc05d44b..68ee3b8792 100644
--- a/src/device/oprom/realmode/Makefile.inc
+++ b/src/device/oprom/realmode/Makefile.inc
@@ -20,4 +20,3 @@
ramstage-$(CONFIG_PCI_OPTION_ROM_RUN_REALMODE) += x86.c
ramstage-$(CONFIG_PCI_OPTION_ROM_RUN_REALMODE) += x86_asm.S
ramstage-$(CONFIG_PCI_OPTION_ROM_RUN_REALMODE) += x86_interrupts.c
-