Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
Zhikang Zhang | 145b88f | 2017-08-03 02:30:57 -0700 | [diff] [blame] | 2 | # |
| 3 | # Copyright (C) 2017, Bin Meng <bmeng.cn@gmail.com> |
Zhikang Zhang | 145b88f | 2017-08-03 02:30:57 -0700 | [diff] [blame] | 4 | |
Zhikang Zhang | a744a4f | 2017-08-03 02:30:58 -0700 | [diff] [blame] | 5 | obj-y += nvme-uclass.o nvme.o nvme_show.o |
Mark Kettenis | 31d5f7b | 2022-01-22 20:38:18 +0100 | [diff] [blame] | 6 | obj-$(CONFIG_NVME_APPLE) += nvme_apple.o |
Mark Kettenis | f8463d6 | 2022-01-22 20:38:11 +0100 | [diff] [blame] | 7 | obj-$(CONFIG_NVME_PCI) += nvme_pci.o |