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-core/mga/Makefile | 2 +- bsd-core/r128/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bsd-core') diff --git a/bsd-core/mga/Makefile b/bsd-core/mga/Makefile index 13e43c46..a280e024 100644 --- a/bsd-core/mga/Makefile +++ b/bsd-core/mga/Makefile @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/.. KMOD= mga NOMAN= YES -SRCS= mga_drv.c mga_state.c mga_warp.c mga_dma.c +SRCS= mga_drv.c mga_state.c mga_warp.c mga_dma.c mga_irq.c SRCS+= device_if.h bus_if.h pci_if.h opt_drm.h CFLAGS+= ${DEBUG_FLAGS} -I. -I.. diff --git a/bsd-core/r128/Makefile b/bsd-core/r128/Makefile index 83f78482..2d2e7e4f 100644 --- a/bsd-core/r128/Makefile +++ b/bsd-core/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