d11704fed5
Change-Id: Ic32200f9ab2c6977e503307a9cbe43a1328d0341
14 lines
233 B
Makefile
14 lines
233 B
Makefile
#
|
|
# 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
|