Makefile (cc9b94029e9ef51787af908e9856b1eed314bc00) | Makefile (a6fc3b698130230a2342baacd7821eea0405154c) |
---|---|
1# 2# Makefile for the Linux Kernel SOC fsl specific device drivers 3# 4 5obj-$(CONFIG_FSL_DPAA) += qbman/ 6obj-$(CONFIG_QUICC_ENGINE) += qe/ 7obj-$(CONFIG_CPM) += qe/ | 1# 2# Makefile for the Linux Kernel SOC fsl specific device drivers 3# 4 5obj-$(CONFIG_FSL_DPAA) += qbman/ 6obj-$(CONFIG_QUICC_ENGINE) += qe/ 7obj-$(CONFIG_CPM) += qe/ |
8obj-$(CONFIG_FSL_GUTS) += guts.o |
|