Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
2 | # Copyright (C) 2000, 2002 Jeff Dike (jdike@karaya.com) | ||||
3 | # Licensed under the GPL | ||||
4 | # | ||||
5 | |||||
6 | ethertap-objs := ethertap_kern.o ethertap_user.o | ||||
7 | tuntap-objs := tuntap_kern.o tuntap_user.o | ||||
8 | |||||
9 | obj-y = | ||||
10 | obj-$(CONFIG_UML_NET_ETHERTAP) += ethertap.o | ||||
11 | obj-$(CONFIG_UML_NET_TUNTAP) += tuntap.o | ||||
12 | |||||
13 | include arch/um/scripts/Makefile.rules |