summaryrefslogtreecommitdiff
path: root/target/linux/mediatek/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/mediatek/Makefile')
-rwxr-xr-xtarget/linux/mediatek/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/target/linux/mediatek/Makefile b/target/linux/mediatek/Makefile
new file mode 100755
index 0000000..2e166e8
--- /dev/null
+++ b/target/linux/mediatek/Makefile
@@ -0,0 +1,22 @@
+#
+# Copyright (C) 2015 MediaTek
+#
+include $(TOPDIR)/rules.mk
+
+ARCH:=arm
+BOARD:=mediatek
+BOARDNAME:=MTK APSoC (ARM)
+SUBTARGETS:=mt7623_emmc mt7623_mtd
+FEATURES:=squashfs gpio ubifs nand
+LINUX_VERSION:=3.10.20
+P4REV:=156334
+LINUX_EXT_VERSION:=$(LINUX_VERSION)-$(P4REV)
+
+include $(INCLUDE_DIR)/target.mk
+DEFAULT_PACKAGES +=
+
+define Target/Description
+ Build firmware images for MTK/Ralink APSoC based boards.
+endef
+
+$(eval $(call BuildTarget))