diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-06-21 02:16:37 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-21 02:16:37 +0000 |
| commit | 4e24e35fa9083cfe57d7b1fe7b51c5f2f6515f18 (patch) | |
| tree | 379281bd9ec7a759ee793459a5b441d36ccbb5be /openwrt/target/linux/image/squashfs.mk | |
| parent | 99bc02a12be0b7725b2917e2b25c25e446f67717 (diff) | |
| download | mtk-20170518-4e24e35fa9083cfe57d7b1fe7b51c5f2f6515f18.zip mtk-20170518-4e24e35fa9083cfe57d7b1fe7b51c5f2f6515f18.tar.gz mtk-20170518-4e24e35fa9083cfe57d7b1fe7b51c5f2f6515f18.tar.bz2 | |
build system cleanup. move shared include files into $(TOPDIR)/include, move lzma, mkfs.* into toolchain/
SVN-Revision: 4032
Diffstat (limited to 'openwrt/target/linux/image/squashfs.mk')
| -rw-r--r-- | openwrt/target/linux/image/squashfs.mk | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/openwrt/target/linux/image/squashfs.mk b/openwrt/target/linux/image/squashfs.mk deleted file mode 100644 index e01766c..0000000 --- a/openwrt/target/linux/image/squashfs.mk +++ /dev/null @@ -1,25 +0,0 @@ -ifneq ($(CONFIG_BIG_ENDIAN),y) -ENDIAN := le -else -ENDIAN := be -endif - -squashfs-source: FORCE - $(MAKE) -C $(TOPDIR)/target/linux/image/squashfs source - -$(STAGING_DIR)/bin/mksquashfs-lzma: - $(MAKE) -C $(TOPDIR)/target/linux/image/squashfs compile - -squashfs-clean: FORCE - $(MAKE) -C $(TOPDIR)/target/linux/image/squashfs clean - rm -f $(KDIR)/root.squashfs - -define Image/mkfs/squashfs - @mkdir -p $(BUILD_DIR)/root/jffs - $(STAGING_DIR)/bin/mksquashfs-lzma $(BUILD_DIR)/root $(KDIR)/root.squashfs -nopad -noappend -root-owned -$(ENDIAN) - $(call Image/Build,squashfs) -endef - -FILESYSTEMS += squashfs -compile-targets: $(STAGING_DIR)/bin/mksquashfs-lzma -clean-targets: squashfs-clean |
