8e63338591
Change-Id: I85ac57117911544b65ccd56eb16303e30be67cab
14 lines
223 B
Makefile
14 lines
223 B
Makefile
#
|
|
# common
|
|
#
|
|
CC=arm-elf-eabi-gcc
|
|
LD=arm-elf-eabi-gcc
|
|
AS=arm-elf-eabi-gcc
|
|
OC=arm-elf-eabi-objcopy
|
|
DEFINES=
|
|
INCLUDES=-I$(CURDIR)
|
|
GCCOPTS=-march=armv5te
|
|
BUILD_DIR=$(CURDIR)/build/
|
|
ROOT_DIR=$(CURDIR)/..
|
|
|
|
include ../hwstub.make
|