summaryrefslogtreecommitdiff
path: root/arch/um/os-Linux/drivers/Makefile
diff options
context:
space:
mode:
authorTiwei Bie <tiwei.btw@antgroup.com>2025-05-03 13:17:08 +0800
committerJohannes Berg <johannes.berg@intel.com>2025-05-05 10:26:59 +0200
commit65eaac591b752042006d3a79c0cfba47e2a9aaac (patch)
tree6494353519ffa292543fdde24b0fd89d6f99174c /arch/um/os-Linux/drivers/Makefile
parent304c9f7f8f439083c56846c4433fbab7467eb01e (diff)
um: Remove obsolete legacy network transports
These legacy network transports were marked as obsolete in commit 40814b98a570 ("um: Mark non-vector net transports as obsolete"). More than five years have passed since then. Remove these network transports to reduce the maintenance burden. Suggested-by: Anton Ivanov <anton.ivanov@cambridgegreys.com> Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com> Acked-By: Anton Ivanov <anton.ivanov@cambridgegreys.com> Link: https://patch.msgid.link/20250503051710.3286595-2-tiwei.btw@antgroup.com Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'arch/um/os-Linux/drivers/Makefile')
-rw-r--r--arch/um/os-Linux/drivers/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/um/os-Linux/drivers/Makefile b/arch/um/os-Linux/drivers/Makefile
deleted file mode 100644
index cf2d75bb1884..000000000000
--- a/arch/um/os-Linux/drivers/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0
-#
-# Copyright (C) 2000, 2002 Jeff Dike (jdike@karaya.com)
-#
-
-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 $(srctree)/arch/um/scripts/Makefile.rules