malta: mark as source-only to avoid wasting build resources
[openwrt/openwrt.git] / target / linux / malta / Makefile
index f6ce2d283e4a94fbae9f830501cc5ffe5696a984..caa51ea3114ff0b439c9fb5312862e9e2445a512 100644 (file)
@@ -8,14 +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.7.10
-
-DEVICE_TYPE:=developerboard
+KERNEL_PATCHVER:=4.4
 
 include $(INCLUDE_DIR)/target.mk