summaryrefslogtreecommitdiff
path: root/utils/hwstub/stub/atj213x/Makefile
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2014-09-23 13:30:17 +0200
committerMarcin Bukat <marcin.bukat@gmail.com>2014-11-05 08:18:59 +0100
commitd11704fed5fd218b2ed26182de877bc6e5b513a4 (patch)
tree0eceaf96f006e9047b698ea99bf452faa79884d3 /utils/hwstub/stub/atj213x/Makefile
parent791be56cff14a7a41774ce80ce401384291985d9 (diff)
downloadrockbox-d11704fed5fd218b2ed26182de877bc6e5b513a4.tar.gz
rockbox-d11704fed5fd218b2ed26182de877bc6e5b513a4.zip
hwstub: Add atj213x supportbootloader_zenxfi3_v1
Change-Id: Ic32200f9ab2c6977e503307a9cbe43a1328d0341
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