Edward O'Callaghan (eocallaghan@alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6287
-gerrit
commit d50bda743f93033d9529148b1936908ce2d3ea2b Author: Edward O'Callaghan eocallaghan@alterapraxis.com Date: Wed Jul 16 19:04:26 2014 +1000
device,Makefile.inc: Trivial - drop trailing blank lines at EOF
Change-Id: I73fe6f37c363f4bff332ca90178a236590067170 Signed-off-by: Edward O'Callaghan eocallaghan@alterapraxis.com --- src/device/Makefile.inc | 1 - src/device/oprom/Makefile.inc | 1 - src/device/oprom/realmode/Makefile.inc | 1 - 3 files changed, 3 deletions(-)
diff --git a/src/device/Makefile.inc b/src/device/Makefile.inc index 813ce7e..0b87095 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 5cedd7c..4fc81b0 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 2dbc05d..68ee3b8 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 -