Skip to content
Snippets Groups Projects
Commit 1c0addb1 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

u-boot.mk: add support for overriding DEFAULT


Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 1e14f01e
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ define U-Boot/Init
NAME:=
DEPENDS:=
HIDDEN:=
DEFAULT:=
VARIANT:=$(1)
UBOOT_CONFIG:=$(1)
UBOOT_IMAGE:=u-boot.bin
......@@ -59,6 +60,7 @@ define Build/U-Boot/Target
$(patsubst %,|| $(patsubst TARGET_%,TARGET_DEVICE_%,$(TARGET_DEP))_DEVICE_%,$(BUILD_DEVICES)))
endif
endif
$(if $(DEFAULT),DEFAULT:=$(DEFAULT))
URL:=http://www.denx.de/wiki/U-Boot
endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment