Remove building with NOCRYPTO option
[minix.git] / external / mit / xorg / server / drivers / xf86-video-siliconmotion / Makefile
blobfab7ae59be32924af1439f57f6bde9b95e681f42
1 # $NetBSD: Makefile,v 1.7 2015/07/20 02:07:36 mrg Exp $
3 DRIVER= xf86-video-siliconmotion
4 DRIVER_NAME= siliconmotion_drv
6 SRCS= smi_501.c smi_accel.c smi_xaa.c smi_exa.c smi_dac.c
7 SRCS+= smi_driver.c smi_i2c.c smi_video.c
8 SRCS+= smi_crtc.c smilynx_crtc.c smi_output.c
9 SRCS+= smilynx_output.c smilynx_hw.c smilynx.h
10 SRCS+= smi501_crtc.c smi501_output.c
11 MAN= siliconmotion.4
13 CPPFLAGS+= -DHAVE_XAA_H -DHAVE_XMODES -DHAVE_XEXTPROTO_71
15 .include "../Makefile.xf86-driver"
17 XORG_PKG_VER_PROG= ${DRIVER}
18 .include "../../../xorg-pkg-ver.mk"