diff options
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 |