blob: 5fd00b47ff33ef8dea088f42511ca347f5c47766 (
plain)
1
2
3
4
5
6
|
# arm default is little endian, this target uses EABI
include $(TOPDIR)/mk/kernel-ver.mk
ARCH:= arm
CPU_ARCH:= arm
TARGET_OPTIMIZATION:= -Os -pipe
TARGET_CFLAGS_ARCH:= -march=armv5te -mtune=arm926ej-s
|