diff options
Diffstat (limited to 'drivers/ntb/test/Makefile')
-rw-r--r-- | drivers/ntb/test/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ntb/test/Makefile b/drivers/ntb/test/Makefile new file mode 100644 index 000000000..0ea32a324 --- /dev/null +++ b/drivers/ntb/test/Makefile @@ -0,0 +1,2 @@ +obj-$(CONFIG_NTB_PINGPONG) += ntb_pingpong.o +obj-$(CONFIG_NTB_TOOL) += ntb_tool.o |