Remove the _drv part from DRIVER_NAME, because the module is not a real

driver, it is loaded by cirrus_drv.
This commit is contained in:
veego 2008-10-27 20:29:10 +00:00
parent e292797f3d
commit eddf7a7afb
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.2 2008/09/01 05:34:02 mrg Exp $
# $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_alpine_drv
DRIVER_NAME= cirrus_alpine
SRCS= alp_driver.c alp.h alp_hwcurs.c alp_i2c.c alp_xaa.c
SRCS+= alp_xaam.c

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.2 2008/09/01 05:34:02 mrg Exp $
# $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_drv
DRIVER_NAME= cirrus_laguna
SRCS= lg_driver.c lg_hwcurs.c lg_i2c.c lg_xaa.c