Makefile (4343f61103cdb8ccd6f3d5dd7168f1176a1cee37) | Makefile (d217e07b32a6750e44f529e0218898c024b2c637) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only | |
2obj-$(CONFIG_NTB) += ntb.o hw/ test/ 3obj-$(CONFIG_NTB_TRANSPORT) += ntb_transport.o | 1obj-$(CONFIG_NTB) += ntb.o hw/ test/ 2obj-$(CONFIG_NTB_TRANSPORT) += ntb_transport.o |
3 4ntb-y := core.o |
|