Add newlines at the end of all coreboot files
Change-Id: I7930d5cded290f2605d0c92a9c465a3f0c1291a2 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/15974 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
committed by
Stefan Reinauer
parent
049b46270d
commit
bb9722bd77
@@ -19,4 +19,4 @@ ramstage-$(CONFIG_INTEL_EDID) += edid.c vbt.c
|
||||
ifeq ($(CONFIG_VGA_ROM_RUN),y)
|
||||
ramstage-$(CONFIG_INTEL_INT15) += int15.c
|
||||
endif
|
||||
ramstage-$(CONFIG_INTEL_GMA_ACPI) += acpi.c
|
||||
ramstage-$(CONFIG_INTEL_GMA_ACPI) += acpi.c
|
||||
|
@@ -4,4 +4,4 @@ ifneq ($(CONFIG_CHROMEOS),y)
|
||||
bootblock-$(CONFIG_SPI_TPM) += tis.c tpm.c
|
||||
romstage-$(CONFIG_SPI_TPM) += tis.c tpm.c
|
||||
ramstage-$(CONFIG_SPI_TPM) += tis.c tpm.c
|
||||
endif
|
||||
endif
|
||||
|
@@ -864,4 +864,4 @@ static void XGIfb_post_setmode(struct xgifb_video_info *xgifb_info)
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@@ -284,4 +284,4 @@ void pci_set_drvdata(struct pci_dev *pdev, struct xgifb_video_info *data);
|
||||
int xgifb_probe(struct pci_dev *pdev, struct xgifb_video_info *xgifb_info);
|
||||
int xgifb_modeset(struct pci_dev *pdev, struct xgifb_video_info *xgifb_info);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@@ -1 +1 @@
|
||||
ramstage-$(CONFIG_DRIVERS_XGI_Z9S) += z9s.c
|
||||
ramstage-$(CONFIG_DRIVERS_XGI_Z9S) += z9s.c
|
||||
|
Reference in New Issue
Block a user