summaryrefslogtreecommitdiffstats
path: root/src/Makefile-armnommu
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile-armnommu')
-rw-r--r--src/Makefile-armnommu18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/Makefile-armnommu b/src/Makefile-armnommu
new file mode 100644
index 000000000..04c4002bb
--- /dev/null
+++ b/src/Makefile-armnommu
@@ -0,0 +1,18 @@
+ARCH:=armnommu
+MAKEDEPS:=
+
+include Config
+include arch/$(ARCH)/Config
+
+CC= $(CROSS_COMPILE)gcc
+AS= $(CROSS_COMPILE)as
+LD= $(CROSS_COMPILE)ld
+SIZE= $(CROSS_COMPILE)size
+AR= $(CROSS_COMPILE)ar
+RANLIB= $(CROSS_COMPILE)ranlib
+OBJCOPY= $(CROSS_COMPILE)objcopy
+
+MAKEDEPS+=Makefile-armnommu
+BIN=bin
+
+include Makefile.main