1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Makefile for CS5536 support. 4# 5 6obj-$(CONFIG_CS5536) += cs5536_pci.o cs5536_ide.o cs5536_acc.o cs5536_ohci.o \ 7 cs5536_isa.o cs5536_ehci.o 8 9# 10# Enable cs5536 mfgpt Timer 11# 12obj-$(CONFIG_CS5536_MFGPT) += cs5536_mfgpt.o 13