mvebu: limit image builds to profile selection
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
5fd2eabeb2
commit
b8cd996d92
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ KERNEL_LOADADDR := 0x00008000
|
||||||
DEVICE_VARS += KERNEL_SIZE
|
DEVICE_VARS += KERNEL_SIZE
|
||||||
|
|
||||||
define Device/Default
|
define Device/Default
|
||||||
|
PROFILES := Default
|
||||||
DEVICE_DTS := $(1)
|
DEVICE_DTS := $(1)
|
||||||
BOARD_NAME = $$(DEVICE_DTS)
|
BOARD_NAME = $$(DEVICE_DTS)
|
||||||
KERNEL_NAME := zImage
|
KERNEL_NAME := zImage
|
||||||
|
|
Loading…
Reference in a new issue