summaryrefslogtreecommitdiffstats
path: root/fs/cramfs/cramfs.mk
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cramfs/cramfs.mk')
-rw-r--r--fs/cramfs/cramfs.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/fs/cramfs/cramfs.mk b/fs/cramfs/cramfs.mk
index e0deb7e2a..9b0141f48 100644
--- a/fs/cramfs/cramfs.mk
+++ b/fs/cramfs/cramfs.mk
@@ -9,14 +9,10 @@ else
CRAMFS_OPTS=-l
endif
-ifneq ($(ROOTFS_DEVICE_TABLE),)
-CRAMFS_OPTS += -D $(ROOTFS_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
+$(eval $(call ROOTFS_TARGET,cramfs))