18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ci# 38c2ecf20Sopenharmony_ci# Copyright (C) 2000, 2002 Jeff Dike (jdike@karaya.com) 48c2ecf20Sopenharmony_ci# 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ciethertap-objs := ethertap_kern.o ethertap_user.o 78c2ecf20Sopenharmony_cituntap-objs := tuntap_kern.o tuntap_user.o 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ciobj-y = 108c2ecf20Sopenharmony_ciobj-$(CONFIG_UML_NET_ETHERTAP) += ethertap.o 118c2ecf20Sopenharmony_ciobj-$(CONFIG_UML_NET_TUNTAP) += tuntap.o 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ciinclude arch/um/scripts/Makefile.rules 14