]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(plat/mediatek/build_helpers): introduce mtk makefile
authorLeon Chen <leon.chen@mediatek.com>
Thu, 24 Mar 2022 02:55:08 +0000 (10:55 +0800)
committerleon.chen <leon.chen@mediatek.com>
Thu, 28 Apr 2022 08:29:33 +0000 (10:29 +0200)
commit500d40d877617653d347fb6308144973d4297ab9
tree5497f8c8db87e5ab31fe3b7985fb87cd95b9e662
parent8dccddc72b9377d256e54bf969e13d0c11072950
feat(plat/mediatek/build_helpers): introduce mtk makefile

In order to modularize software libraries and platform drivers,
we create makefile helpers to treat a folder as a basic compile
unit.

Each module has a build rule (rules.mk) to describe driver and software
library source codes to be built in.

Signed-off-by: Leon Chen <leon.chen@mediatek.com>
Change-Id: Ib2113b259dc97937b7295b265509025b43b14077
plat/mediatek/build_helpers/conditional_eval_options.mk [new file with mode: 0644]
plat/mediatek/build_helpers/mtk_build_helpers.mk [new file with mode: 0644]
plat/mediatek/build_helpers/mtk_build_helpers_epilogue.mk [new file with mode: 0644]
plat/mediatek/build_helpers/options.mk [new file with mode: 0644]