blob: 70ec38bc4d04367647f495b1619aab298d49bfec (
plain)
1
2
3
4
5
6
7
|
ARCH:= mips
CPU_ARCH:= mipsel
KERNEL_VERSION:= 2.6.34
KERNEL_RELEASE:= 1
KERNEL_MD5SUM:= 10eebcb0178fb4540e2165bfd7efc7ad
TARGET_OPTIMIZATION:= -Os -pipe
TARGET_CFLAGS_ARCH:= -march=mips32 -mabi=32
|