mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 09:00:13 +01:00
16 lines
325 B
Makefile
16 lines
325 B
Makefile
# $FreeBSD$
|
|
|
|
KMOD = drm
|
|
SRCS = init.c memory.c auth.c context.c drawable.c bufs.c \
|
|
lists.c lock.c ioctl.c fops.c vm.c dma.c sysctl.c \
|
|
agpsupport.c ctxbitmap.c
|
|
SRCS += device_if.h bus_if.h pci_if.h
|
|
CFLAGS += ${DEBUG_FLAGS} -I..
|
|
|
|
@:
|
|
ln -sf /sys @
|
|
|
|
machine:
|
|
ln -sf /sys/i386/include machine
|
|
|
|
.include <bsd.kmod.mk>
|