index
:
renesas/drm.git
android
live
master
libdrm, cloned from git://anongit.freedesktop.org/mesa/drm
Laurent Pinchart
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2007-08-29
Use DRM_SPINLOCK / DRM_UNSPINLOCK macros.
Ian Romanick
2007-08-28
Add register defines for hw binning
Keith Packard
2007-08-28
drm: remove XFREE86_VERSION macros
Dave Airlie
2007-08-26
nouveau : add NV04
# $FreeBSD$
.PATH
: ${
.CURDIR
}/
.. KMOD
=
mach64 NO_MAN
=
YES SRCS
=
mach64_dma.c mach64_drv.c mach64_irq.c mach64_state.c SRCS
+=
device_if.h bus_if.h pci_if.h opt_drm.h CFLAGS
+= ${
DEBUG_FLAGS
} -
I.
-
I.. .if defined
(
DRM_DEBUG
)
DRM_DEBUG_OPT
=
"\#define DRM_DEBUG 1"
.
endif
.if
!
defined
(
DRM_NOLINUX
)
DRM_LINUX_OPT
=
"\#define DRM_LINUX 1"
.
endif
opt_drm.h
:
touch opt_drm.h echo
$(
DRM_DEBUG_OPT
) >>
opt_drm.h echo
$(
DRM_LINUX_OPT
) >>
opt_drm.h .
include
<
bsd.kmod.mk
>