From a1a2d44eedae040fa0e184a815b559714e324a75 Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Wed, 17 Dec 2014 11:58:20 +0100 Subject: arm: edmqmx6: build entry in lwl target Only build it at the correct obj or pbl stage where the entry is needed. Signed-off-by: Lucas Stach Signed-off-by: Sascha Hauer --- arch/arm/boards/datamodul-edm-qmx6/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/arm/boards/datamodul-edm-qmx6') diff --git a/arch/arm/boards/datamodul-edm-qmx6/Makefile b/arch/arm/boards/datamodul-edm-qmx6/Makefile index bb6d9d848d..01c7a259e9 100644 --- a/arch/arm/boards/datamodul-edm-qmx6/Makefile +++ b/arch/arm/boards/datamodul-edm-qmx6/Makefile @@ -1,2 +1,2 @@ -obj-y += board.o lowlevel.o -pbl-y += lowlevel.o +obj-y += board.o +lwl-y += lowlevel.o -- cgit v1.2.3