summaryrefslogtreecommitdiffstats
path: root/utils/hwstub/stub/atj213x/Makefile
blob: 8ec37f354357c31adc55df32ed295fd2e0c836c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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