rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | # |
2 | # Makefile for the Linux Kernel SOC fsl specific device drivers | ||||
3 | # | ||||
4 | |||||
5 | obj-$(CONFIG_FSL_DPAA) += qbman/ | ||||
6 | obj-$(CONFIG_QUICC_ENGINE) += qe/ | ||||
7 | obj-$(CONFIG_CPM) += qe/ | ||||
8 | obj-$(CONFIG_FSL_GUTS) += guts.o |