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/cramfs/cramfs.mk | |
parent | 325bfd1cbae03fe286796d3fa7de7c0a3227f7a5 (diff) |
Move all filesystem generation code to fs/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'target/cramfs/cramfs.mk')
-rw-r--r-- | target/cramfs/cramfs.mk | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/target/cramfs/cramfs.mk b/target/cramfs/cramfs.mk deleted file mode 100644 index ccd316f5d..000000000 --- a/target/cramfs/cramfs.mk +++ /dev/null @@ -1,22 +0,0 @@ -############################################################# -# -# Build the cramfs root filesystem image -# -############################################################# -ifeq ($(BR2_ENDIAN),"BIG") -CRAMFS_OPTS=-b -else -CRAMFS_OPTS=-l -endif - -ifneq ($(TARGET_DEVICE_TABLE),) -CRAMFS_OPTS += -D $(TARGET_DEVICE_TABLE) -endif - -define ROOTFS_CRAMFS_CMD - $(HOST_DIR)/usr/bin/mkcramfs -q $(CRAMFS_OPTS) $(TARGET_DIR) $$@ -endef - -ROOTFS_CRAMFS_DEPENDENCIES = host-cramfs - -$(eval $(call ROOTFS_TARGET,cramfs))
\ No newline at end of file |