repo: https://github.com/T-head-Semi/linux commit: b1313fe517ca3703119dcc99ef3bbf75ab42bcfb Change-Id: I6cbb35294024ea3a66140e311f4bb705fd7fd626
12 lines
267 B
Makefile
12 lines
267 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-y += setup.o nlm_hal.o cop2-ex.o dt.o
|
|
obj-$(CONFIG_SMP) += wakeup.o
|
|
ifdef CONFIG_USB
|
|
obj-y += usb-init.o
|
|
obj-y += usb-init-xlp2.o
|
|
endif
|
|
ifdef CONFIG_SATA_AHCI
|
|
obj-y += ahci-init.o
|
|
obj-y += ahci-init-xlp2.o
|
|
endif
|