13 lines
283 B
Makefile
13 lines
283 B
Makefile
|
# $NetBSD: Makefile,v 1.3 2008/10/27 20:29:10 veego Exp $
|
||
|
|
||
|
# XXX move this under ../xf86-video-cirrus
|
||
|
|
||
|
DRIVER= xf86-video-cirrus
|
||
|
DRIVER_NAME= cirrus_laguna
|
||
|
|
||
|
SRCS= lg_driver.c lg_hwcurs.c lg_i2c.c lg_xaa.c
|
||
|
|
||
|
CPPFLAGS.lg_driver.c= -Wno-error # XXX
|
||
|
|
||
|
.include "../Makefile.xf86-driver"
|