diff options
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 27d1f10dc0e0..ba4460432b7c 100644 --- a/net/Makefile +++ b/net/Makefile | |||
@@ -51,12 +51,14 @@ obj-$(CONFIG_IP_DCCP) += dccp/ | |||
51 | obj-$(CONFIG_IP_SCTP) += sctp/ | 51 | obj-$(CONFIG_IP_SCTP) += sctp/ |
52 | obj-y += wireless/ | 52 | obj-y += wireless/ |
53 | obj-$(CONFIG_MAC80211) += mac80211/ | 53 | obj-$(CONFIG_MAC80211) += mac80211/ |
54 | obj-$(CONFIG_IEEE80211) += ieee80211/ | ||
55 | obj-$(CONFIG_TIPC) += tipc/ | 54 | obj-$(CONFIG_TIPC) += tipc/ |
56 | obj-$(CONFIG_NETLABEL) += netlabel/ | 55 | obj-$(CONFIG_NETLABEL) += netlabel/ |
57 | obj-$(CONFIG_IUCV) += iucv/ | 56 | obj-$(CONFIG_IUCV) += iucv/ |
58 | obj-$(CONFIG_RFKILL) += rfkill/ | 57 | obj-$(CONFIG_RFKILL) += rfkill/ |
59 | obj-$(CONFIG_NET_9P) += 9p/ | 58 | obj-$(CONFIG_NET_9P) += 9p/ |
59 | ifneq ($(CONFIG_DCB),) | ||
60 | obj-y += dcb/ | ||
61 | endif | ||
60 | 62 | ||
61 | ifeq ($(CONFIG_NET),y) | 63 | ifeq ($(CONFIG_NET),y) |
62 | obj-$(CONFIG_SYSCTL) += sysctl_net.o | 64 | obj-$(CONFIG_SYSCTL) += sysctl_net.o |