mirror of
https://github.com/opnsense/src.git
synced 2026-06-21 14:39:34 -04:00
Multiple Makefile miss opt_*.h and *_if.h header file. We fix it by running make in sys/modules to build all modules. Approved by: lwhsu (mentor), markj (mentor) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D52062
7 lines
113 B
Makefile
7 lines
113 B
Makefile
.PATH: ${SRCTOP}/sys/dev/evdev
|
|
|
|
KMOD= uinput
|
|
SRCS= uinput.c
|
|
SRCS+= opt_evdev.h opt_kbd.h
|
|
|
|
.include <bsd.kmod.mk>
|