Add comments about KERN_OPT here.
This commit is contained in:
parent
800c51243e
commit
4d2be36042
@ -45,6 +45,8 @@ KERN_OPTS+= INET TCP_OFFLOAD
|
||||
KERN_OPTS+= INET6
|
||||
.endif
|
||||
.elif !defined(KERN_OPTS)
|
||||
# Add all the options that are mentioned in any opt_*.h file when we
|
||||
# have a kernel build directory to pull them from.
|
||||
KERN_OPTS!=cat ${KERNBUILDDIR}/opt*.h | awk '{print $$2;}' | sort -u
|
||||
.export KERN_OPTS
|
||||
.endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user