diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/um/os-Linux/drivers/Makefile')
-rw-r--r-- | ANDROID_3.4.5/arch/um/os-Linux/drivers/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ANDROID_3.4.5/arch/um/os-Linux/drivers/Makefile b/ANDROID_3.4.5/arch/um/os-Linux/drivers/Makefile deleted file mode 100644 index 6c546dc9..00000000 --- a/ANDROID_3.4.5/arch/um/os-Linux/drivers/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# -# Copyright (C) 2000, 2002 Jeff Dike (jdike@karaya.com) -# Licensed under the GPL -# - -ethertap-objs := ethertap_kern.o ethertap_user.o -tuntap-objs := tuntap_kern.o tuntap_user.o - -obj-y = -obj-$(CONFIG_UML_NET_ETHERTAP) += ethertap.o -obj-$(CONFIG_UML_NET_TUNTAP) += tuntap.o - -include arch/um/scripts/Makefile.rules |