summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDmytro Milinevskyy2010-06-16 22:22:40 +0200
committerPeter Korsgaard2010-07-18 23:08:55 +0200
commitd9119c0bc55de95967b3de67be1fc49101a9d896 (patch)
tree4af1c4eaf3ab4f1c7a116fdc29d35df856247720 /Makefile
parentChoose host/target ldconfig based on availability (diff)
downloadbuildroot-d9119c0bc55de95967b3de67be1fc49101a9d896.tar.gz
buildroot-d9119c0bc55de95967b3de67be1fc49101a9d896.tar.xz
buildroot-d9119c0bc55de95967b3de67be1fc49101a9d896.zip
move default skeleton to fs/ and drop busybox skeleton
[Peter: fixup patch, adjust for busybox.mk changes] Signed-off-by: Dmytro Milinevskyy <milinevskyy@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d6bcb36f0..59151cc2f 100644
--- a/Makefile
+++ b/Makefile
@@ -271,6 +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
BR2_DEPENDS_DIR=$(BUILD_DIR)/buildroot-config