소스 검색

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

David McCullough 23 년 전
부모
커밋
ee7b1a312d
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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 \