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

10 lines
112 B
Makefile
Raw Normal View History

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