From 7d8f187201d361e1c0059d18d7e0f119ae4b6472 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 21 Jul 2014 18:42:06 +0000 Subject: target/linux/*/image/Makefile: use new dts path variable Signed-off-by: John Crispin SVN-Revision: 41791 --- target/linux/sunxi/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/sunxi/image') diff --git a/target/linux/sunxi/image/Makefile b/target/linux/sunxi/image/Makefile index 0fe47bc..c41c51b 100644 --- a/target/linux/sunxi/image/Makefile +++ b/target/linux/sunxi/image/Makefile @@ -36,7 +36,7 @@ define Image/BuildKernel endif $(foreach board,$(BOARDS), - $(CP) $(LINUX_DIR)/arch/arm/boot/dts/$(board).dtb $(BIN_DIR)/ + $(CP) $(DTS_DIR)/$(board).dtb $(BIN_DIR)/ ) endef -- cgit v1.1