From: Li Peng Date: Thu, 27 Sep 2012 07:26:08 +0000 (+0800) Subject: remove mac802154 and openvswitch from net/Makefile X-Git-Tag: 2.1b_release~67 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=856a11ccf5588abd113f29274359879cd945d7fa;p=kernel%2Fkernel-mfld-blackbay.git remove mac802154 and openvswitch from net/Makefile They don't exist in kernel tree and it fixes error in "make mrproper" Signed-off-by: Li Peng --- diff --git a/net/Makefile b/net/Makefile index 075a0ce..bb49c4a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -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