mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
11 lines
279 B
Makefile
11 lines
279 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/drm
|
|
KMOD = r128
|
|
SRCS = r128_cce.c r128_drv.c r128_irq.c r128_state.c
|
|
SRCS +=device_if.h bus_if.h pci_if.h opt_drm.h
|
|
|
|
.include <bsd.kmod.mk>
|
|
|
|
CWARNFLAGS.r128_cce.c= -Wno-unused ${NO_WCONSTANT_CONVERSION}
|
|
CWARNFLAGS.r128_state.c= -Wno-unused
|