From e656655a361acf73c5652fcef8cf6ba61dfe7a50 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 30 Oct 2002 06:10:34 +0000 Subject: Kernel support for vblank syncing on Rage 128 and Matrox. --- bsd/r128/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bsd/r128') diff --git a/bsd/r128/Makefile b/bsd/r128/Makefile index 83f78482..2d2e7e4f 100644 --- a/bsd/r128/Makefile +++ b/bsd/r128/Makefile @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/.. KMOD = r128 NOMAN= YES -SRCS = r128_cce.c r128_drv.c r128_state.c +SRCS = r128_cce.c r128_drv.c r128_state.c r128_irq.c SRCS += device_if.h bus_if.h pci_if.h opt_drm.h CFLAGS += ${DEBUG_FLAGS} -I. -I.. -- cgit v1.2.3