1 # SPDX-License-Identifier: GPL-2.0-only 2 # 3 # Makefile for CS5536 support. 4 # 5 6 obj-$(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 # 12 obj-$(CONFIG_CS5536_MFGPT) += cs5536_mfgpt.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.