diff options
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index bbe7d2a41486..b7a13643b549 100644 --- a/net/Makefile +++ b/net/Makefile | |||
@@ -34,6 +34,7 @@ obj-$(CONFIG_LAPB) += lapb/ | |||
34 | obj-$(CONFIG_NETROM) += netrom/ | 34 | obj-$(CONFIG_NETROM) += netrom/ |
35 | obj-$(CONFIG_ROSE) += rose/ | 35 | obj-$(CONFIG_ROSE) += rose/ |
36 | obj-$(CONFIG_AX25) += ax25/ | 36 | obj-$(CONFIG_AX25) += ax25/ |
37 | obj-$(CONFIG_CAN) += can/ | ||
37 | obj-$(CONFIG_IRDA) += irda/ | 38 | obj-$(CONFIG_IRDA) += irda/ |
38 | obj-$(CONFIG_BT) += bluetooth/ | 39 | obj-$(CONFIG_BT) += bluetooth/ |
39 | obj-$(CONFIG_SUNRPC) += sunrpc/ | 40 | obj-$(CONFIG_SUNRPC) += sunrpc/ |