diff options
Diffstat (limited to 'drivers/infiniband/ulp/ipoib/Makefile')
-rw-r--r-- | drivers/infiniband/ulp/ipoib/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/infiniband/ulp/ipoib/Makefile b/drivers/infiniband/ulp/ipoib/Makefile new file mode 100644 index 000000000000..394bc08abc6f --- /dev/null +++ b/drivers/infiniband/ulp/ipoib/Makefile | |||
@@ -0,0 +1,11 @@ | |||
1 | EXTRA_CFLAGS += -Idrivers/infiniband/include | ||
2 | |||
3 | obj-$(CONFIG_INFINIBAND_IPOIB) += ib_ipoib.o | ||
4 | |||
5 | ib_ipoib-y := ipoib_main.o \ | ||
6 | ipoib_ib.o \ | ||
7 | ipoib_multicast.o \ | ||
8 | ipoib_verbs.o \ | ||
9 | ipoib_vlan.o | ||
10 | ib_ipoib-$(CONFIG_INFINIBAND_IPOIB_DEBUG) += ipoib_fs.o | ||
11 | |||