Browse Source

+ basic makefile.cpu added

florian 22 years ago
parent
commit
454fa4f40c
1 changed files with 13 additions and 0 deletions
  1. 13 0
      rtl/arm/makefile.cpu

+ 13 - 0
rtl/arm/makefile.cpu

@@ -0,0 +1,13 @@
+# $Id$
+#
+# Here we set processor dependent include file names.
+#
+
+CPUNAMES=arm math set
+CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))
+#
+# $Log$
+# Revision 1.1  2003-08-21 03:24:43  florian
+#   + basic makefile.cpu added
+#
+#