소스 검색

+ added except_branchful.inc as a system unit dependency include file to wasm32/makefile.cpu

Nikolay Nikolov 3 년 전
부모
커밋
d9781bcebe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/wasm32/makefile.cpu

+ 1 - 1
rtl/wasm32/makefile.cpu

@@ -2,5 +2,5 @@
 # Here we set processor dependent include file names.
 #
 
-CPUNAMES=except_native
+CPUNAMES=except_native except_branchful
 CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))