[PATCH] ieee80211: Fix debug comments ipw->ieee80211
[deliverable/linux.git] / drivers / infiniband / ulp / ipoib / Makefile
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
This page took 0.030939 seconds and 5 git commands to generate.