mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-11 06:16:10 +00:00
![Zhao Qiang](/assets/img/avatar_default.png)
ls1 has qe and ls1 has arm cpu. move qe from arch/powerpc to drivers/soc/fsl to adapt to powerpc and arm Signed-off-by: Zhao Qiang <qiang.zhao@freescale.com> Signed-off-by: Scott Wood <scottwood@freescale.com>
11 lines
312 B
Makefile
11 lines
312 B
Makefile
#
|
|
# Makefile for the linux ppc-specific parts of QE
|
|
#
|
|
obj-$(CONFIG_QUICC_ENGINE)+= qe.o qe_common.o qe_ic.o qe_io.o
|
|
obj-$(CONFIG_CPM) += qe_common.o
|
|
obj-$(CONFIG_UCC) += ucc.o
|
|
obj-$(CONFIG_UCC_SLOW) += ucc_slow.o
|
|
obj-$(CONFIG_UCC_FAST) += ucc_fast.o
|
|
obj-$(CONFIG_QE_USB) += usb.o
|
|
obj-$(CONFIG_QE_GPIO) += gpio.o
|