1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-10-03 11:01:30 +00:00

Add cpuid FreeBSD kernel module for ARM CPUs

This commit is contained in:
The Tumultuous Unicorn Of Darkness 2024-07-10 20:17:10 +02:00
commit 0d71be934e
No known key found for this signature in database
GPG key ID: 1E55EE2EFF18BC1A
4 changed files with 276 additions and 1 deletions

View file

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