diff options
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 000000000..2278d720c --- /dev/null +++ b/target/squashfs/Makefile.in @@ -0,0 +1,3 @@ +ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y) +TARGETS+=squashfsroot +endif |