mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
28c945c886
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com> To: linux-mips <linux-mips@linux-mips.org> Cc: Alexander Clouter <alex@digriz.org.uk> Cc: Manuel Lauss <manuel.lauss@gmail.com> Cc: Sam Ravnborg <sam@ravnborg.org>, Patchwork: https://patchwork.linux-mips.org/patch/1313/ Patchwork: https://patchwork.linux-mips.org/patch/1326/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
12 lines
223 B
Makefile
12 lines
223 B
Makefile
#
|
|
# Makefile for CS5536 support.
|
|
#
|
|
|
|
obj-$(CONFIG_CS5536) += cs5536_pci.o cs5536_ide.o cs5536_acc.o cs5536_ohci.o \
|
|
cs5536_isa.o cs5536_ehci.o
|
|
|
|
#
|
|
# Enable cs5536 mfgpt Timer
|
|
#
|
|
obj-$(CONFIG_CS5536_MFGPT) += cs5536_mfgpt.o
|