diff options
author | Mike Baker <mbm@openwrt.org> | 2005-02-06 01:32:23 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2005-02-06 01:32:23 +0000 |
commit | 449d4bcaa360b2c09f18cf01fb8bf31385259555 (patch) | |
tree | 22f03486b2b455489391ecb58b6a63276ff0ce4d /target/squashfs/Makefile.in | |
parent | 93b40a26e0c35b2e0ca256647e5ab21f6817e196 (diff) | |
download | upstream-449d4bcaa360b2c09f18cf01fb8bf31385259555.tar.gz upstream-449d4bcaa360b2c09f18cf01fb8bf31385259555.tar.bz2 upstream-449d4bcaa360b2c09f18cf01fb8bf31385259555.zip |
*** empty log message ***
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@213 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/squashfs/Makefile.in')
-rw-r--r-- | target/squashfs/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/squashfs/Makefile.in b/target/squashfs/Makefile.in new file mode 100644 index 0000000000..f78961776a --- /dev/null +++ b/target/squashfs/Makefile.in @@ -0,0 +1,3 @@ +ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y) +TARGETS+=squashfsroot openwrt-code.bin.squashfs +endif |