minix/external/mit/xorg/server/drivers/xf86-video-mach64/Makefile
Lionel Sambuc 0a6a1f1d05 NetBSD re-synchronization of the source tree
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
2016-01-13 20:32:14 +01:00

33 lines
929 B
Makefile

# $NetBSD: Makefile,v 1.8 2015/07/20 01:17:46 mrg Exp $
DRIVER= xf86-video-mach64
DRIVER_NAME= mach64_drv
SRCS= atibus.c atichip.c atiprobe.c atividmem.c \
atiadjust.c aticlock.c aticonfig.c \
aticonsole.c atidac.c atidsp.c \
atii2c.c atilock.c atimach64.c atimach64accel.c \
atimach64cursor.c atimach64i2c.c atimach64io.c \
atimach64xv.c atimode.c atipreinit.c atiprint.c \
atirgb514.c atiscreen.c atituner.c atiutil.c \
ativalid.c atiload.c atimisc.c atimach64probe.c \
${SRCS.cpio} ${SRCS.dga} ${SRCS.exa} #${SRCS.dri}
SRCS.cpio= ativga.c ativgaio.c atibank.c atiwonder.c atiwonderio.c
SRCS.dga= atidga.c
SRCS.dri= atidri.c
SRCS.exa= atimach64exa.c
CPPFLAGS+= -DUSE_XAA -DUSE_EXA
.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64" || \
${MACHINE_ARCH} == "sparc"
CPPFLAGS+= -DAVOID_CPIO
.endif
MAN= # defined
CWARNFLAGS.clang+= -Wno-pointer-sign
.include "../Makefile.xf86-driver"