c05564c4d8
Android 13
10 lines
252 B
Makefile
Executable file
10 lines
252 B
Makefile
Executable file
#
|
|
# Makefile for the Linux Kernel SOC fsl specific device drivers
|
|
#
|
|
|
|
obj-$(CONFIG_FSL_DPAA) += qbman/
|
|
obj-$(CONFIG_QUICC_ENGINE) += qe/
|
|
obj-$(CONFIG_CPM) += qe/
|
|
obj-$(CONFIG_FSL_GUTS) += guts.o
|
|
obj-$(CONFIG_FSL_MC_DPIO) += dpio/
|