• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0
2obj-y				+= setup.o nlm_hal.o cop2-ex.o dt.o
3obj-$(CONFIG_SMP)		+= wakeup.o
4ifdef CONFIG_USB
5obj-y				+= usb-init.o
6obj-y				+= usb-init-xlp2.o
7endif
8ifdef CONFIG_SATA_AHCI
9obj-y				+= ahci-init.o
10obj-y				+= ahci-init-xlp2.o
11endif
12