Makefile (70f5c98228e3f790be50962294ea21eceecde115) | Makefile (c411ed854584a71b0e86ac3019b60e4789d88086) |
---|---|
1# 2# Makefile for the linux networking. 3# 4# 2 Sep 2000, Christoph Hellwig <hch@infradead.org> 5# Rewritten to use lists instead of if-statements. 6# 7 8obj-$(CONFIG_NET) := socket.o core/ --- 61 unchanged lines hidden (view full) --- 70obj-$(CONFIG_CEPH_LIB) += ceph/ 71obj-$(CONFIG_BATMAN_ADV) += batman-adv/ 72obj-$(CONFIG_NFC) += nfc/ 73obj-$(CONFIG_PSAMPLE) += psample/ 74obj-$(CONFIG_NET_IFE) += ife/ 75obj-$(CONFIG_OPENVSWITCH) += openvswitch/ 76obj-$(CONFIG_VSOCKETS) += vmw_vsock/ 77obj-$(CONFIG_MPLS) += mpls/ | 1# 2# Makefile for the linux networking. 3# 4# 2 Sep 2000, Christoph Hellwig <hch@infradead.org> 5# Rewritten to use lists instead of if-statements. 6# 7 8obj-$(CONFIG_NET) := socket.o core/ --- 61 unchanged lines hidden (view full) --- 70obj-$(CONFIG_CEPH_LIB) += ceph/ 71obj-$(CONFIG_BATMAN_ADV) += batman-adv/ 72obj-$(CONFIG_NFC) += nfc/ 73obj-$(CONFIG_PSAMPLE) += psample/ 74obj-$(CONFIG_NET_IFE) += ife/ 75obj-$(CONFIG_OPENVSWITCH) += openvswitch/ 76obj-$(CONFIG_VSOCKETS) += vmw_vsock/ 77obj-$(CONFIG_MPLS) += mpls/ |
78obj-$(CONFIG_NET_NSH) += nsh/ |
|
78obj-$(CONFIG_HSR) += hsr/ 79ifneq ($(CONFIG_NET_SWITCHDEV),) 80obj-y += switchdev/ 81endif 82ifneq ($(CONFIG_NET_L3_MASTER_DEV),) 83obj-y += l3mdev/ 84endif 85obj-$(CONFIG_QRTR) += qrtr/ 86obj-$(CONFIG_NET_NCSI) += ncsi/ | 79obj-$(CONFIG_HSR) += hsr/ 80ifneq ($(CONFIG_NET_SWITCHDEV),) 81obj-y += switchdev/ 82endif 83ifneq ($(CONFIG_NET_L3_MASTER_DEV),) 84obj-y += l3mdev/ 85endif 86obj-$(CONFIG_QRTR) += qrtr/ 87obj-$(CONFIG_NET_NCSI) += ncsi/ |