From b8cd996d9260bd3510c9b78de77f472072202d3d Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 26 Jul 2016 08:36:45 +0200 Subject: [PATCH] mvebu: limit image builds to profile selection Signed-off-by: Felix Fietkau --- target/linux/mvebu/image/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2