kernel: update spi-nor in 4.9 to spi-nor tree version (next branch)
[openwrt/openwrt.git] / target / linux / malta / Makefile
index 8f64714f306d4f4bea287fb2852930910ef83566..caa51ea3114ff0b439c9fb5312862e9e2445a512 100644 (file)
@@ -8,12 +8,13 @@ include $(TOPDIR)/rules.mk
 
 BOARD:=malta
 BOARDNAME:=MIPS Malta CoreLV board (qemu)
-CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves
-SUBTARGETS:=le be
+CPU_TYPE:=24kc
+SUBTARGETS:=le be le64 be64
 INITRAMFS_EXTRA_FILES:=
 MAINTAINER:=Florian Fainelli <florian@openwrt.org>
+FEATURES:=ramdisk source-only
 
-LINUX_VERSION:=3.0.1
+KERNEL_PATCHVER:=4.4
 
 include $(INCLUDE_DIR)/target.mk