1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-30 23:05:48 +00:00
libcpuid/drivers/arm/freebsd/Makefile.in
2024-07-10 20:17:10 +02:00

9 lines
112 B
Makefile

KMOD=@DRIVER_NAME@
SRCS= \
@DRIVER_SOURCE@
CFLAGS+= \
-I@CMAKE_SOURCE_DIR@/libcpuid
.include <bsd.kmod.mk>