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