diff options
author | Marcin Bukat <marcin.bukat@gmail.com> | 2014-09-23 13:30:17 +0200 |
---|---|---|
committer | Marcin Bukat <marcin.bukat@gmail.com> | 2014-11-05 08:18:59 +0100 |
commit | d11704fed5fd218b2ed26182de877bc6e5b513a4 (patch) | |
tree | 0eceaf96f006e9047b698ea99bf452faa79884d3 /utils/hwstub/stub/atj213x/Makefile | |
parent | 791be56cff14a7a41774ce80ce401384291985d9 (diff) | |
download | rockbox-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/Makefile | 14 |
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 |