summaryrefslogtreecommitdiffstats
path: root/utils/hwstub/stub/atj213x/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hwstub/stub/atj213x/Makefile')
-rw-r--r--utils/hwstub/stub/atj213x/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/utils/hwstub/stub/atj213x/Makefile b/utils/hwstub/stub/atj213x/Makefile
new file mode 100644
index 0000000000..8ec37f3543
--- /dev/null
+++ b/utils/hwstub/stub/atj213x/Makefile
@@ -0,0 +1,14 @@
+#
+# common
+#
+CC=mipsel-elf-gcc
+LD=mipsel-elf-gcc
+AS=mipsel-elf-gcc
+OC=mipsel-elf-objcopy
+DEFINES=
+INCLUDES=-I$(CURDIR)
+GCCOPTS=-march=mips32r2 -G0 -msoft-float
+BUILD_DIR=$(CURDIR)/build/
+ROOT_DIR=$(CURDIR)/..
+
+include ../hwstub.make