diff options
author | David McCullough <davidm@snapgear.com> | 2002-04-11 04:26:32 +0000 |
---|---|---|
committer | David McCullough <davidm@snapgear.com> | 2002-04-11 04:26:32 +0000 |
commit | ee7b1a312d2e19ef7fb530ca908dd0edc02afea1 (patch) | |
tree | 306c92430450f0beee96fb926ac3f1c81565fecd | |
parent | 8f259cb9f501da523069137e64a6acc1cc44e784 (diff) |
Added a dummy romfs target so this stuff slots nicely into the
uClinux distro.
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 \ |