add all the missing sources
This commit is contained in:
parent
d1923dbd04
commit
b3141d0339
|
@ -1,10 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.3 2009/06/10 06:46:34 mrg Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2009/06/12 04:26:32 mrg Exp $
|
||||
|
||||
DRIVER= xf86-video-siliconmotion
|
||||
DRIVER_NAME= siliconmotion_drv
|
||||
|
||||
SRCS= smi_accel.c smi_xaa.c smi_exa.c smi_dac.c
|
||||
SRCS= smi_501.c smi_accel.c smi_xaa.c smi_exa.c smi_dac.c
|
||||
SRCS+= smi_driver.c smi_i2c.c smi_video.c
|
||||
SRCS+= smi_crtc.c smilynx_crtc.c smi_output.c
|
||||
SRCS+= smilynx_output.c smilynx_hw.c smilynx.h
|
||||
SRCS+= smi501_crtc.c smi501_output.c
|
||||
MAN= siliconmotion.4
|
||||
|
||||
CPPFLAGS+= -I${X11SRCDIR.${DRIVER}}/../include -DHAVE_CONFIG_H
|
||||
|
|
Loading…
Reference in New Issue