summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMalte Starostik <m-starostik@versanet.de>2010-07-19 08:25:50 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-07-19 09:42:56 +0200
commitfbc22ecaef7b3422b8e74e50832b210577d8898f (patch)
tree36bf550d9a10fc831783bf64f362ad98ec73fc9e /Makefile
parent5bf7eb2a72ed3bd0d549df63ed2b4e4b54be2343 (diff)
Fix default skeleton path
Signed-off-by: Malte Starostik <m-starostik@versanet.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 744cae445..f6e02bc29 100644
--- a/Makefile
+++ b/Makefile
@@ -271,7 +271,7 @@ STAMP_DIR:=$(BASE_DIR)/stamps
BINARIES_DIR:=$(BASE_DIR)/images
TARGET_DIR:=$(BASE_DIR)/target
TOOLCHAIN_DIR=$(BASE_DIR)/toolchain
-TARGET_SKELETON=$(BASE_DIR)/fs/skeleton
+TARGET_SKELETON=$(TOPDIR)/fs/skeleton
BR2_DEPENDS_DIR=$(BUILD_DIR)/buildroot-config