diff options
Diffstat (limited to 'drivers/ntb/Makefile')
-rw-r--r-- | drivers/ntb/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/ntb/Makefile b/drivers/ntb/Makefile new file mode 100644 index 000000000000..15cb59fd354e --- /dev/null +++ b/drivers/ntb/Makefile @@ -0,0 +1,3 @@ +obj-$(CONFIG_NTB) += ntb.o + +ntb-objs := ntb_hw.o ntb_transport.o |