971bb1a587
Change-Id: Ib11d8659485a444797bf3a2118182a1d4e316b50
14 lines
357 B
Makefile
14 lines
357 B
Makefile
# $NetBSD: Makefile,v 1.7 2013/06/03 10:03:14 mrg Exp $
|
|
|
|
DRIVER= xf86-video-tga
|
|
DRIVER_NAME= tga_drv
|
|
|
|
SRCS= BT463ramdac.c BTramdac.c IBM561ramdac.c ICS1562.c
|
|
SRCS+= tga_accel.c tga_cursor.c tga_dac.c tga_driver.c
|
|
SRCS+= tga_line.c tga_seg.c
|
|
|
|
CPPFLAGS+= -DHAVE_XAA_H
|
|
|
|
COPTS.tga_driver.c= -Wno-error # XXX xf86dgastr.h
|
|
|
|
.include "../Makefile.xf86-driver"
|