From 2b3a43f4e336d1af90200f5f34b931d09119e1e5 Mon Sep 17 00:00:00 2001 From: Dmytro Milinevskyy Date: Wed, 16 Jun 2010 23:25:56 +0300 Subject: fs: add option to define path to custom rootfs skeleton Signed-off-by: Dmytro Milinevskyy Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 59151cc2f..744cae445 100644 --- a/Makefile +++ b/Makefile @@ -367,6 +367,10 @@ $(STAGING_DIR): @mkdir -p $(STAGING_DIR)/usr/include @mkdir -p $(STAGING_DIR)/usr/bin +ifeq ($(BR2_ROOTFS_SKELETON_CUSTOM),y) +TARGET_SKELETON=$(BR2_ROOTFS_SKELETON_CUSTOM_PATH) +endif + $(BUILD_DIR)/.root: mkdir -p $(TARGET_DIR) if ! [ -d "$(TARGET_DIR)/bin" ]; then \ -- cgit v1.2.3-55-g7522