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