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 +++++++++++++ fs/squashfs/squashfsroot.mk | 13 ------------- 2 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 fs/squashfs/squashfs.mk delete mode 100644 fs/squashfs/squashfsroot.mk (limited to 'fs/squashfs') 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 diff --git a/fs/squashfs/squashfsroot.mk b/fs/squashfs/squashfsroot.mk deleted file mode 100644 index d72388ebf..000000000 --- a/fs/squashfs/squashfsroot.mk +++ /dev/null @@ -1,13 +0,0 @@ -############################################################# -# -# 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