mirror of
https://github.com/anrieff/libcpuid
synced 2024-11-20 23:01:51 +00:00
9 lines
112 B
Makefile
9 lines
112 B
Makefile
KMOD=@DRIVER_NAME@
|
|
|
|
SRCS= \
|
|
@DRIVER_SOURCE@
|
|
|
|
CFLAGS+= \
|
|
-I@CMAKE_SOURCE_DIR@/libcpuid
|
|
|
|
.include <bsd.kmod.mk>
|