hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/soc/fsl/Makefile
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Makefile for the Linux Kernel SOC fsl specific device drivers
34 #
....@@ -5,5 +6,7 @@
56 obj-$(CONFIG_FSL_DPAA) += qbman/
67 obj-$(CONFIG_QUICC_ENGINE) += qe/
78 obj-$(CONFIG_CPM) += qe/
9
+obj-$(CONFIG_FSL_RCPM) += rcpm.o
810 obj-$(CONFIG_FSL_GUTS) += guts.o
911 obj-$(CONFIG_FSL_MC_DPIO) += dpio/
12
+obj-$(CONFIG_DPAA2_CONSOLE) += dpaa2-console.o