From 240bcde266867f90d1fd8e03e08932b350ff1c8c Mon Sep 17 00:00:00 2001 From: Ricardo Cerqueira Date: Sun, 28 Sep 2014 01:55:24 +0100 Subject: Add support for mediatek platforms This includes optional support for building the kernel with mediatek's build system, which is usually included with OEM source drops for this platform. (enabled by BOARD_USES_MTK_KERNELBUILD:=true) Change-Id: I69fb50aa17d9c171bf8a7c220a0707c4bc570733 --- core/mtk_utils.mk | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 core/mtk_utils.mk (limited to 'core/mtk_utils.mk') diff --git a/core/mtk_utils.mk b/core/mtk_utils.mk new file mode 100755 index 0000000..48fd660 --- /dev/null +++ b/core/mtk_utils.mk @@ -0,0 +1,5 @@ +# Board platforms lists to be used for +# TARGET_BOARD_PLATFORM specific featurization +MTK_BOARD_PLATFORMS := mt6592 +MTK_BOARD_PLATFORMS += mt6582 +MTK_BOARD_PLATFORMS += mt6572 -- cgit v1.1