makefile.cpu 219 B

12345678910111213
  1. # $Id$
  2. #
  3. # Here we set processor dependent include file names.
  4. #
  5. CPUNAMES=arm math set
  6. CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))
  7. #
  8. # $Log$
  9. # Revision 1.1 2003-08-21 03:24:43 florian
  10. # + basic makefile.cpu added
  11. #
  12. #