summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid McCullough <davidm@snapgear.com>2002-04-11 04:26:32 +0000
committerDavid McCullough <davidm@snapgear.com>2002-04-11 04:26:32 +0000
commitee7b1a312d2e19ef7fb530ca908dd0edc02afea1 (patch)
tree306c92430450f0beee96fb926ac3f1c81565fecd /Makefile
parent8f259cb9f501da523069137e64a6acc1cc44e784 (diff)
Added a dummy romfs target so this stuff slots nicely into the
uClinux distro.
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 \