This brings our tree to NetBSD 7.0, as found on -current on the 10-10-2015. This updates: - LLVM to 3.6.1 - GCC to GCC 5.1 - Replace minix/commands/zdump with usr.bin/zdump - external/bsd/libelf has moved to /external/bsd/elftoolchain/ - Import ctwm - Drop sprintf from libminc Change-Id: I149836ac18e9326be9353958bab9b266efb056f0
19 lines
543 B
Makefile
19 lines
543 B
Makefile
# $NetBSD: Makefile,v 1.7 2015/07/20 02:07:36 mrg Exp $
|
|
|
|
DRIVER= xf86-video-siliconmotion
|
|
DRIVER_NAME= siliconmotion_drv
|
|
|
|
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+= -DHAVE_XAA_H -DHAVE_XMODES -DHAVE_XEXTPROTO_71
|
|
|
|
.include "../Makefile.xf86-driver"
|
|
|
|
XORG_PKG_VER_PROG= ${DRIVER}
|
|
.include "../../../xorg-pkg-ver.mk"
|