diff options
Diffstat (limited to 'src/device/oprom/realmode')
-rw-r--r-- | src/device/oprom/realmode/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
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 - |