From 3474716bff31a3d287d0d3813eb7e107cedfa3ef Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 10 Mar 2010 22:31:32 +0100 Subject: Coherent naming for .mk files in fs/ Signed-off-by: Thomas Petazzoni --- fs/squashfs/squashfs.mk | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 fs/squashfs/squashfs.mk (limited to 'fs/squashfs/squashfs.mk') diff --git a/fs/squashfs/squashfs.mk b/fs/squashfs/squashfs.mk new file mode 100644 index 000000000..d72388ebf --- /dev/null +++ b/fs/squashfs/squashfs.mk @@ -0,0 +1,13 @@ +############################################################# +# +# 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)) \ No newline at end of file -- cgit v1.2.3