Makefile (976e3645923bdd2fe7893aae33fd7a21098bfb28) | Makefile (67d7c3023a672c2b73d19d6d23684df670fce648) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# 3# Copyright (C) 2000, 2002 Jeff Dike (jdike@karaya.com) 4# 5 6ethertap-objs := ethertap_kern.o ethertap_user.o 7tuntap-objs := tuntap_kern.o tuntap_user.o 8 9obj-y = 10obj-$(CONFIG_UML_NET_ETHERTAP) += ethertap.o 11obj-$(CONFIG_UML_NET_TUNTAP) += tuntap.o 12 | 1# SPDX-License-Identifier: GPL-2.0 2# 3# Copyright (C) 2000, 2002 Jeff Dike (jdike@karaya.com) 4# 5 6ethertap-objs := ethertap_kern.o ethertap_user.o 7tuntap-objs := tuntap_kern.o tuntap_user.o 8 9obj-y = 10obj-$(CONFIG_UML_NET_ETHERTAP) += ethertap.o 11obj-$(CONFIG_UML_NET_TUNTAP) += tuntap.o 12 |
13include arch/um/scripts/Makefile.rules | 13include $(srctree)/arch/um/scripts/Makefile.rules |