From d11704fed5fd218b2ed26182de877bc6e5b513a4 Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Tue, 23 Sep 2014 13:30:17 +0200 Subject: hwstub: Add atj213x support Change-Id: Ic32200f9ab2c6977e503307a9cbe43a1328d0341 --- utils/hwstub/stub/atj213x/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 utils/hwstub/stub/atj213x/Makefile (limited to 'utils/hwstub/stub/atj213x/Makefile') 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 -- cgit v1.2.3