Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v6.10 12 lines 375 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Makefile for the Linux Kernel SOC fsl specific device drivers 4# 5 6obj-$(CONFIG_FSL_DPAA) += qbman/ 7obj-$(CONFIG_QUICC_ENGINE) += qe/ 8obj-$(CONFIG_CPM) += qe/ 9obj-$(CONFIG_FSL_RCPM) += rcpm.o 10obj-$(CONFIG_FSL_GUTS) += guts.o 11obj-$(CONFIG_FSL_MC_DPIO) += dpio/ 12obj-$(CONFIG_DPAA2_CONSOLE) += dpaa2-console.o