Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 # 
0003 # Copyright (C) 2000, 2002 Jeff Dike (jdike@karaya.com)
0004 #
0005 
0006 ethertap-objs := ethertap_kern.o ethertap_user.o
0007 tuntap-objs := tuntap_kern.o tuntap_user.o
0008 
0009 obj-y = 
0010 obj-$(CONFIG_UML_NET_ETHERTAP) += ethertap.o
0011 obj-$(CONFIG_UML_NET_TUNTAP) += tuntap.o
0012 
0013 include arch/um/scripts/Makefile.rules