mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-10 23:18:10 +09:00
Change-Id: I754250669891307b0deab2bdab1bd01512713f79 Signed-off-by: Tao Huang <huangtao@rock-chips.com>
15 lines
740 B
Makefile
15 lines
740 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_BP_AUTO) += mw100.o
|
|
obj-$(CONFIG_BP_AUTO) += mi700.o
|
|
obj-$(CONFIG_BP_AUTO) += mt6229.o
|
|
obj-$(CONFIG_BP_AUTO) += mu509.o
|
|
obj-$(CONFIG_BP_AUTO) += sc6610.o
|
|
obj-$(CONFIG_BP_AUTO) += m51.o
|
|
obj-$(CONFIG_BP_AUTO) += mtk6250.o
|
|
obj-$(CONFIG_BP_AUTO) += c66a.o
|
|
obj-$(CONFIG_BP_AUTO) += sew290.o
|
|
obj-$(CONFIG_BP_AUTO) += u7501.o
|
|
obj-$(CONFIG_BP_AUTO) += a85xx.o
|
|
obj-$(CONFIG_BP_AUTO) += u5501.o
|
|
obj-$(CONFIG_BP_AUTO) += aw706.o
|
|
obj-$(CONFIG_BP_AUTO) += e1230s.o
|