From aad5c05757eddf760c7c3138fe81648e7f04c214 Mon Sep 17 00:00:00 2001 From: Yacine Belkadi Date: Mon, 11 Feb 2013 16:39:48 +0100 Subject: cleo/buildroot/target/Spidcom: get target_skeleton from desc file, refs #3723 The final target_skeleton is composed from directories specified in $(TARGET_SKELETON) and $(TARGET_SKELETON_ADD). To harmonize with upcoming changes, get the list of directories from a description file. --- cleopatre/buildroot/target/device/Spidcom/spk300/Makefile.in | 1 - 1 file changed, 1 deletion(-) (limited to 'cleopatre/buildroot/target/device/Spidcom/spk300/Makefile.in') diff --git a/cleopatre/buildroot/target/device/Spidcom/spk300/Makefile.in b/cleopatre/buildroot/target/device/Spidcom/spk300/Makefile.in index 0290504c6d..ad74d6238c 100644 --- a/cleopatre/buildroot/target/device/Spidcom/spk300/Makefile.in +++ b/cleopatre/buildroot/target/device/Spidcom/spk300/Makefile.in @@ -2,7 +2,6 @@ BOARD_NAME=spk300 BOARD_PATH=target/device/Spidcom/$(BOARD_NAME) BR2_PACKAGE_BUSYBOX_CONFIG:=$(BOARD_PATH)/busybox.config -TARGET_SKELETON_ADD=$(BOARD_PATH)/target_skeleton_add TARGET_DEVICE_TABLE=$(BOARD_PATH)/device_table.txt ifeq ($(strip $(BR2_PACKAGE_LINUX)),y) -- cgit v1.2.3