mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 16:20:11 +01:00
15 lines
233 B
Makefile
15 lines
233 B
Makefile
# $FreeBSD$
|
|
|
|
KMOD = tdfx
|
|
SRCS = tdfx_drv.c tdfx_context.c
|
|
SRCS += device_if.h bus_if.h pci_if.h
|
|
CFLAGS += ${DEBUG_FLAGS} -I..
|
|
KMODDEPS = drm
|
|
|
|
@:
|
|
ln -sf /sys @
|
|
|
|
machine:
|
|
ln -sf /sys/i386/include machine
|
|
|
|
.include <bsd.kmod.mk>
|