summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 67c27659d..a02929da5 100644
--- a/Makefile
+++ b/Makefile
@@ -68,6 +68,11 @@ finished: shared
@echo Finally finished compiling...
@echo
+#
+# dummy target for uClinux distro
+#
+romfs:
+
headers: dummy
rm -f include/asm;
@if [ $(TARGET_ARCH) = "powerpc" ];then \