summaryrefslogtreecommitdiff
path: root/target/cramfs/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'target/cramfs/Makefile.in')
-rw-r--r--target/cramfs/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/cramfs/Makefile.in b/target/cramfs/Makefile.in
new file mode 100644
index 000000000..45d9b67ce
--- /dev/null
+++ b/target/cramfs/Makefile.in
@@ -0,0 +1,3 @@
+ifeq ($(strip $(BR2_TARGET_ROOTFS_CRAMFS)),y)
+TARGETS+=cramfsroot
+endif