소스 검색

add support for generating %.i files like %.E files

Mike Frysinger 19 년 전
부모
커밋
acc9d40199
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Makerules

+ 2 - 0
Makerules

@@ -149,6 +149,8 @@ CFLAGS-.oS+=$(PICFLAG) -DSHARED
 %.oS: %.s ; $(compile.S)
 %.E:  %.c ; $(compile.E)
 %.E:  %.S ; $(compile.E)
+%.i:  %.c ; $(compile.E)
+%.i:  %.S ; $(compile.E)
 %.s:  %.c ; $(compile.s)
 %.s:  %.S ; $(compile.s)