kumquat-buildroot/fs/squashfs/squashfs.mk
Thomas Petazzoni 3474716bff Coherent naming for .mk files in fs/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-04-09 11:04:36 +02:00

13 lines
350 B
Makefile

#############################################################
#
# Build the squashfs root filesystem image
#
#############################################################
ROOTFS_SQUASHFS_DEPENDENCIES = host-squashfs
define ROOTFS_SQUASHFS_CMD
$(HOST_DIR)/usr/bin/mksquashfs $(TARGET_DIR) $$@ -noappend
endef
$(eval $(call ROOTFS_TARGET,squashfs))