2023-06-30 13:26:26 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2023-07-03 15:10:56 +00:00
|
|
|
obj-y += actions/
|
2023-07-03 14:09:41 +00:00
|
|
|
obj-y += amlogic/
|
2023-07-04 22:06:27 +00:00
|
|
|
obj-y += apple/
|
2023-09-19 12:16:05 +00:00
|
|
|
obj-y += arm/
|
2023-07-04 22:36:24 +00:00
|
|
|
obj-y += bcm/
|
2023-07-20 09:04:43 +00:00
|
|
|
obj-y += imx/
|
2023-07-05 15:04:34 +00:00
|
|
|
obj-y += mediatek/
|
2023-07-05 15:23:33 +00:00
|
|
|
obj-y += qcom/
|
2023-07-05 15:51:37 +00:00
|
|
|
obj-y += renesas/
|
2023-07-05 16:01:43 +00:00
|
|
|
obj-y += rockchip/
|
2023-07-05 16:08:50 +00:00
|
|
|
obj-y += samsung/
|
2023-06-30 14:28:16 +00:00
|
|
|
obj-y += st/
|
2023-07-05 16:16:22 +00:00
|
|
|
obj-y += starfive/
|
2023-07-05 16:26:45 +00:00
|
|
|
obj-y += sunxi/
|
2023-07-05 22:18:03 +00:00
|
|
|
obj-y += tegra/
|
2023-07-05 22:57:21 +00:00
|
|
|
obj-y += ti/
|
2023-07-05 23:09:38 +00:00
|
|
|
obj-y += xilinx/
|
2023-12-13 11:33:05 +00:00
|
|
|
obj-y += core.o governor.o
|