diff options
Diffstat (limited to 'drivers/ntb/Makefile')
-rw-r--r-- | drivers/ntb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ntb/Makefile b/drivers/ntb/Makefile new file mode 100644 index 000000000..1921dec19 --- /dev/null +++ b/drivers/ntb/Makefile @@ -0,0 +1,2 @@ +obj-$(CONFIG_NTB) += ntb.o hw/ test/ +obj-$(CONFIG_NTB_TRANSPORT) += ntb_transport.o |