From d4c2484cc8ea1486668315d9d6c259e844ec871e Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Wed, 16 Dec 2015 16:09:11 -0700 Subject: Makefile.inc: Move addition of payload rev & config to payload makefile These files need to be added to cbfs-files after PAYLOAD_CONFIG and PAYLOAD_VERSION have been defined. Where they were before, they didn't get added to the final build. Change-Id: Ib1b230f9eb72a8c1710ef473a9f24c0fb7ec6e17 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/12751 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- Makefile.inc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Makefile.inc') diff --git a/Makefile.inc b/Makefile.inc index 35a30b2273..345a28a41a 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -845,14 +845,6 @@ cbfs-files-$(CONFIG_INCLUDE_CONFIG_FILE) += revision revision-file := $(obj)/build.h revision-type := raw -cbfs-files-$(CONFIG_INCLUDE_CONFIG_FILE) += payload_config -payload_config-file := $(PAYLOAD_CONFIG) -payload_config-type := raw - -cbfs-files-$(CONFIG_INCLUDE_CONFIG_FILE) += payload_revision -payload_revision-file := $(PAYLOAD_VERSION) -payload_revision-type := raw - cbfs-files-$(CONFIG_BOOTSPLASH_IMAGE) += bootsplash.jpg bootsplash.jpg-file := $(call strip_quotes,$(CONFIG_BOOTSPLASH_FILE)) bootsplash.jpg-type := bootsplash -- cgit v1.2.3