diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-09-14 23:51:39 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-09-14 23:51:39 +0200 |
commit | b1de0730aebffb68c8fc6283860ad6cb5c2b3e30 (patch) | |
tree | 08c244f97c0bd031667c22de8fff79fd27b23f42 /target/linux/mediatek/Makefile | |
parent | f5638170e1137e28ee138e4b66ce5d310e2a21f4 (diff) | |
download | mtk-20170518-b1de0730aebffb68c8fc6283860ad6cb5c2b3e30.zip mtk-20170518-b1de0730aebffb68c8fc6283860ad6cb5c2b3e30.tar.gz mtk-20170518-b1de0730aebffb68c8fc6283860ad6cb5c2b3e30.tar.bz2 |
target/linux/mediatek: add mt7623 support
Diffstat (limited to 'target/linux/mediatek/Makefile')
-rwxr-xr-x | target/linux/mediatek/Makefile | 22 |
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)) |