From ee7b1a312d2e19ef7fb530ca908dd0edc02afea1 Mon Sep 17 00:00:00 2001 From: David McCullough Date: Thu, 11 Apr 2002 04:26:32 +0000 Subject: Added a dummy romfs target so this stuff slots nicely into the uClinux distro. --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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 \ -- cgit v1.2.3