makefile.cpu 141 B

123456
  1. #
  2. # Here we set processor dependent include file names.
  3. #
  4. CPUNAMES=except_native except_branchful
  5. CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))