mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-29 12:03:03 +00:00
43e2d1e384
included in XFree86 4.3, but includes some fixes. Notable changes include Radeon 8500-9100 support, PCI Radeon/Rage 128 support, transform & lighting support for Radeons, and vblank syncing support for r128, radeon, and mga. The gamma driver was removed due to lack of any users.
10 lines
196 B
Makefile
10 lines
196 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/drm
|
|
KMOD = r128
|
|
NOMAN = YES
|
|
SRCS = r128_cce.c r128_drv.c r128_irq.c r128_state.c
|
|
SRCS +=device_if.h bus_if.h pci_if.h opt_drm.h
|
|
|
|
.include <bsd.kmod.mk>
|