summaryrefslogtreecommitdiff
path: root/cleopatre/buildroot/target/device/Spidcom/spk300/Makefile.in
diff options
context:
space:
mode:
authorYacine Belkadi2013-02-11 16:39:48 +0100
committerYacine Belkadi2013-02-11 17:25:19 +0100
commitaad5c05757eddf760c7c3138fe81648e7f04c214 (patch)
tree393053e4979ace5bb5c59d61519bab6eaa2e61c1 /cleopatre/buildroot/target/device/Spidcom/spk300/Makefile.in
parent5699f004dc2cca23c92fe75d0194b008bf3aff91 (diff)
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.
Diffstat (limited to 'cleopatre/buildroot/target/device/Spidcom/spk300/Makefile.in')
-rw-r--r--cleopatre/buildroot/target/device/Spidcom/spk300/Makefile.in1
1 files changed, 0 insertions, 1 deletions
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)