mirror of
https://github.com/opnsense/src.git
synced 2026-07-15 12:11:48 -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
9 lines
182 B
Makefile
9 lines
182 B
Makefile
.PATH: ${SRCTOP}/sys/dev/evdev
|
|
|
|
KMOD= evdev
|
|
SRCS= cdev.c evdev.c evdev_mt.c evdev_utils.c
|
|
SRCS+= opt_evdev.h opt_kbd.h bus_if.h device_if.h
|
|
|
|
EXPORT_SYMS= YES
|
|
|
|
.include <bsd.kmod.mk>
|