remove mac802154 and openvswitch from net/Makefile
authorLi Peng <peng.li@intel.com>
Thu, 27 Sep 2012 07:26:08 +0000 (15:26 +0800)
committerLi Peng <peng.li@intel.com>
Fri, 28 Sep 2012 05:38:34 +0000 (13:38 +0800)
They don't exist in kernel tree and it fixes error in "make mrproper"

Signed-off-by: Li Peng <peng.li@intel.com>
net/Makefile

index 075a0ce..bb49c4a 100644 (file)
@@ -59,7 +59,6 @@ ifneq ($(CONFIG_DCB),)
 obj-y                          += dcb/
 endif
 obj-$(CONFIG_IEEE802154)       += ieee802154/
-obj-$(CONFIG_MAC802154)                += mac802154/
 
 ifeq ($(CONFIG_NET),y)
 obj-$(CONFIG_SYSCTL)           += sysctl_net.o
@@ -69,5 +68,4 @@ obj-$(CONFIG_DNS_RESOLVER)    += dns_resolver/
 obj-$(CONFIG_CEPH_LIB)         += ceph/
 obj-$(CONFIG_BATMAN_ADV)       += batman-adv/
 obj-$(CONFIG_NFC)              += nfc/
-obj-$(CONFIG_OPENVSWITCH)      += openvswitch/
-obj-$(CONFIG_NET_ACTIVITY_STATS) += activity_stats.o
\ No newline at end of file
+obj-$(CONFIG_NET_ACTIVITY_STATS) += activity_stats.o