2000-05-30 11:13:31 -06:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
KMOD = tdfx
|
|
|
|
SRCS = tdfx_drv.c tdfx_context.c
|
|
|
|
SRCS += device_if.h bus_if.h pci_if.h
|
|
|
|
CFLAGS += ${DEBUG_FLAGS} -I..
|
2000-06-13 11:38:09 -06:00
|
|
|
KMODDEPS = drm
|
2000-05-30 11:13:31 -06:00
|
|
|
|
|
|
|
@:
|
|
|
|
ln -sf /sys @
|
|
|
|
|
|
|
|
machine:
|
|
|
|
ln -sf /sys/i386/include machine
|
|
|
|
|
2000-06-13 11:38:09 -06:00
|
|
|
.include <bsd.kmod.mk>
|