diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-07-26 08:36:45 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-07-26 08:37:59 +0200 |
commit | b8cd996d9260bd3510c9b78de77f472072202d3d (patch) | |
tree | 457f6818e6089240469319ace367f59803cd885c | |
parent | 5fd2eabeb27fc3d3b8d1c9fd1332c2229a6ff3d2 (diff) | |
download | upstream-b8cd996d9260bd3510c9b78de77f472072202d3d.tar.gz upstream-b8cd996d9260bd3510c9b78de77f472072202d3d.tar.bz2 upstream-b8cd996d9260bd3510c9b78de77f472072202d3d.zip |
mvebu: limit image builds to profile selection
Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r-- | target/linux/mvebu/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mvebu/image/Makefile b/target/linux/mvebu/image/Makefile index a3d95501f5..f8712291ec 100644 --- a/target/linux/mvebu/image/Makefile +++ b/target/linux/mvebu/image/Makefile @@ -15,6 +15,7 @@ KERNEL_LOADADDR := 0x00008000 DEVICE_VARS += KERNEL_SIZE define Device/Default + PROFILES := Default DEVICE_DTS := $(1) BOARD_NAME = $$(DEVICE_DTS) KERNEL_NAME := zImage |