kernel/drivers/soc/fsl/Makefile
.. .. @@ -1,3 +1,4 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 # 2 3 # Makefile for the Linux Kernel SOC fsl specific device drivers 3 4 # .. .. @@ -5,5 +6,7 @@ 5 6 obj-$(CONFIG_FSL_DPAA) += qbman/ 6 7 obj-$(CONFIG_QUICC_ENGINE) += qe/ 7 8 obj-$(CONFIG_CPM) += qe/ 9 +obj-$(CONFIG_FSL_RCPM) += rcpm.o8 10 obj-$(CONFIG_FSL_GUTS) += guts.o 9 11 obj-$(CONFIG_FSL_MC_DPIO) += dpio/ 12 +obj-$(CONFIG_DPAA2_CONSOLE) += dpaa2-console.o