]> git.sur5r.net Git - u-boot/blobdiff - Makefile
buildman: allow multiple toolchains in a single path
[u-boot] / Makefile
index 76bae8b6d500bb2f5dfb83b0355af3fefbe321cd..6da42157b5d6da8d9d0378d8f7a3ac4e1982eed4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -729,8 +729,9 @@ ALL-$(CONFIG_SPL) += $(CONFIG_SPL_TARGET:"%"=%)
 endif
 ALL-$(CONFIG_REMAKE_ELF) += u-boot.elf
 
-# We can't do this yet due to the need for binary blobs
-# ALL-$(CONFIG_X86_RESET_VECTOR) += u-boot.rom
+ifneq ($(BUILD_ROM),)
+ALL-$(CONFIG_X86_RESET_VECTOR) += u-boot.rom
+endif
 
 # enable combined SPL/u-boot/dtb rules for tegra
 ifneq ($(CONFIG_TEGRA),)