summaryrefslogtreecommitdiff
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 @@
1#
2# common
3#
4CC=mipsel-elf-gcc
5LD=mipsel-elf-gcc
6AS=mipsel-elf-gcc
7OC=mipsel-elf-objcopy
8DEFINES=
9INCLUDES=-I$(CURDIR)
10GCCOPTS=-march=mips32r2 -G0 -msoft-float
11BUILD_DIR=$(CURDIR)/build/
12ROOT_DIR=$(CURDIR)/..
13
14include ../hwstub.make