| b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
| 2 | obj-y += setup.o nlm_hal.o cop2-ex.o dt.o | ||||
| 3 | obj-$(CONFIG_SMP) += wakeup.o | ||||
| 4 | ifdef CONFIG_USB | ||||
| 5 | obj-y += usb-init.o | ||||
| 6 | obj-y += usb-init-xlp2.o | ||||
| 7 | endif | ||||
| 8 | ifdef CONFIG_SATA_AHCI | ||||
| 9 | obj-y += ahci-init.o | ||||
| 10 | obj-y += ahci-init-xlp2.o | ||||
| 11 | endif | ||||