Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-block
[linux-2.6-microblaze.git] / drivers / net / ipvlan / Makefile
1 #
2 # Makefile for the Ethernet Ipvlan driver
3 #
4
5 obj-$(CONFIG_IPVLAN) += ipvlan.o
6 obj-$(CONFIG_IPVTAP) += ipvtap.o
7
8 ipvlan-objs-$(CONFIG_IPVLAN_L3S) += ipvlan_l3s.o
9 ipvlan-objs := ipvlan_core.o ipvlan_main.o $(ipvlan-objs-y)