mirror of
https://github.com/opnsense/src.git
synced 2026-03-16 15:48:26 -04:00
9 lines
257 B
Makefile
9 lines
257 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/drm
|
|
KMOD = radeon
|
|
SRCS = r300_cmdbuf.c r600_blit.c r600_cp.c radeon_cp.c radeon_cs.c \
|
|
radeon_drv.c radeon_irq.c radeon_mem.c radeon_state.c
|
|
SRCS +=device_if.h bus_if.h pci_if.h opt_drm.h
|
|
|
|
.include <bsd.kmod.mk>
|