diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-03-10 22:30:06 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-09 11:04:36 +0200 |
commit | 0585241505cfaddc9db6ae92739bdfb5ce5f9794 (patch) | |
tree | 8fb56f7d4ba91b0384e522c10ed9dbdb77dfe7ec /target/cpio/cpioroot.mk | |
parent | 325bfd1cbae03fe286796d3fa7de7c0a3227f7a5 (diff) | |
download | buildroot-novena-0585241505cfaddc9db6ae92739bdfb5ce5f9794.tar.gz buildroot-novena-0585241505cfaddc9db6ae92739bdfb5ce5f9794.zip |
Move all filesystem generation code to fs/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'target/cpio/cpioroot.mk')
-rw-r--r-- | target/cpio/cpioroot.mk | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/target/cpio/cpioroot.mk b/target/cpio/cpioroot.mk deleted file mode 100644 index ab7d54618..000000000 --- a/target/cpio/cpioroot.mk +++ /dev/null @@ -1,18 +0,0 @@ -############################################################# -# -# cpio to archive target filesystem -# -############################################################# - -define ROOTFS_CPIO_INIT_SYMLINK - rm -f $(TARGET_DIR)/init - ln -s sbin/init $(TARGET_DIR)/init -endef - -ROOTFS_CPIO_PRE_GEN_HOOKS += ROOTFS_CPIO_INIT_SYMLINK - -define ROOTFS_CPIO_CMD - cd $(TARGET_DIR) && find . | cpio --quiet -o -H newc > $$@ -endef - -$(eval $(call ROOTFS_TARGET,cpio))
\ No newline at end of file |