accel/qaic: Add AIC200 support
[drm/drm-misc.git] / arch / um / os-Linux / drivers / Makefile
blobcf2d75bb188485dfe0a739d125466e796cb4f505
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Copyright (C) 2000, 2002 Jeff Dike (jdike@karaya.com)
6 ethertap-objs := ethertap_kern.o ethertap_user.o
7 tuntap-objs := tuntap_kern.o tuntap_user.o
9 obj-y =
10 obj-$(CONFIG_UML_NET_ETHERTAP) += ethertap.o
11 obj-$(CONFIG_UML_NET_TUNTAP) += tuntap.o
13 include $(srctree)/arch/um/scripts/Makefile.rules