Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / um / os-Linux / drivers / Makefile
blob6c546dc9222bb8d3bc15e9afeec488c41a1f3991
1 #
2 # Copyright (C) 2000, 2002 Jeff Dike (jdike@karaya.com)
3 # Licensed under the GPL
6 ethertap-objs := ethertap_kern.o ethertap_user.o
7 tuntap-objs := tuntap_kern.o tuntap_user.o
9 obj-y =
10 obj-$(CONFIG_UML_NET_ETHERTAP) += ethertap.o
11 obj-$(CONFIG_UML_NET_TUNTAP) += tuntap.o
13 include arch/um/scripts/Makefile.rules