summaryrefslogtreecommitdiffstats
path: root/payloads
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2015-12-04 17:45:19 +0100
committerPatrick Georgi <pgeorgi@google.com>2015-12-05 16:06:34 +0100
commitec90adb2e71b9e654cc1007143aa450c3996b4a8 (patch)
tree5ec14dd1032ab0f23afdad0778eca65fb1877b09 /payloads
parent762cdfaaa0535b622144ad7f8215937f5aac5451 (diff)
downloadcoreboot-ec90adb2e71b9e654cc1007143aa450c3996b4a8.tar.gz
coreboot-ec90adb2e71b9e654cc1007143aa450c3996b4a8.tar.bz2
coreboot-ec90adb2e71b9e654cc1007143aa450c3996b4a8.zip
build system: Drop useless variable and dependency
We don't need COREBOOT_ROM_DEPENDENCIES anymore because the dependencies are taken care of by the cbfs-files mechanism. REFCODE_BLOB also doesn't need to be an explicit dependency. Change-Id: I3f32cce79683e57a174724179bc2ac59a8cdda94 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: https://review.coreboot.org/12648 Tested-by: build bot (Jenkins) Reviewed-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'payloads')
-rw-r--r--payloads/external/Makefile.inc13
1 files changed, 0 insertions, 13 deletions
diff --git a/payloads/external/Makefile.inc b/payloads/external/Makefile.inc
index 47a496427bb6..d15c3980532a 100644
--- a/payloads/external/Makefile.inc
+++ b/payloads/external/Makefile.inc
@@ -15,19 +15,6 @@
## GNU General Public License for more details.
##
-ifeq ($(CONFIG_PAYLOAD_ELF),y)
-COREBOOT_ROM_DEPENDENCIES+=$(CONFIG_PAYLOAD_FILE)
-endif
-ifeq ($(CONFIG_PAYLOAD_SEABIOS),y)
-COREBOOT_ROM_DEPENDENCIES+=seabios
-endif
-ifeq ($(CONFIG_PAYLOAD_FILO),y)
-COREBOOT_ROM_DEPENDENCIES+=filo
-endif
-ifeq ($(CONFIG_PAYLOAD_GRUB2),y)
-COREBOOT_ROM_DEPENDENCIES+=grub2
-endif
-
######################################################################
# set up payload config and version files for later inclusion
ifeq ($(CONFIG_PAYLOAD_SEABIOS),y)