Makefile 375 B

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