Browse Source

Added a dummy romfs target so this stuff slots nicely into the
uClinux distro.

David McCullough 23 năm trước cách đây
mục cha
commit
ee7b1a312d
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      Makefile

+ 5 - 0
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 \