Hi there,
Using 10.3-RELEASE and trying to compile a simple kernel module. My Makefile is really simple....
~/code/memstat % cat Makefile
# Source files for kernel module
SRCS=memstat_kmod.c
# Declare Name of the kernel module
KMOD=memstat
# Include kernel module makefile
.include...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.