3215aa71a4
* make most drivers build with the SRCS they do specify though it is likely most would explode when loaded by the server
13 lines
318 B
Makefile
13 lines
318 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/08/03 09:24:14 rtr Exp $
|
|
|
|
DRIVER= xf86-video-chips
|
|
DRIVER_NAME= chips_drv
|
|
|
|
SRCS= ct_accel.c ct_bank.c ct_cursor.c ct_ddc.c ct_dga.c
|
|
SRCS+= ct_driver.c ct_regs.c ct_shadow.c ct_video.c
|
|
MAN= chips.4
|
|
|
|
CPPFLAGS.ct_driver.c= -DVERSION=${PACKAGE_MAJOR}
|
|
|
|
.include "../Makefile.xf86-driver"
|