Makefile 325 B

12345678910111213
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # Copyright (C) 2000, 2002 Jeff Dike ([email protected])
  4. #
  5. ethertap-objs := ethertap_kern.o ethertap_user.o
  6. tuntap-objs := tuntap_kern.o tuntap_user.o
  7. obj-y =
  8. obj-$(CONFIG_UML_NET_ETHERTAP) += ethertap.o
  9. obj-$(CONFIG_UML_NET_TUNTAP) += tuntap.o
  10. include arch/um/scripts/Makefile.rules