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

This commit is contained in:
Nikolay Nikolov 2022-05-24 14:10:04 +03:00
parent 8c562995d7
commit d9781bcebe

View File

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