Makefile 263 B

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