makefile.cpu 142 B

12345678
  1. #
  2. # Here we set processor dependent include file names.
  3. #
  4. CPUNAMES=sparc cpuh
  5. # not yet: math set
  6. CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))