Displaying 1 result from an estimated 1 matches for "krnlincl".
2005 Feb 20
1
Mandrake & CAPI
...-
CARD_PATH = /lib/modules/$(uname -r)/kernel/drivers/isdn/avmb1
I am aware this chap is running Debian and I am running Mandrake, so
after searching decided to modify the line as such -
CARD_PATH = /lib/modules/2.4.22-10mdk/kernel/drivers/isdn/avmb1
Guidance states modify the KRNLINCL lines for the correct include path -
KRNLINCL = /usr/src/kernel-headers-`uname -r`/include
#KRNLINCL = /lib/modules/`uname -r`/build/include
#KRNLINCL = /usr/src/linux/include
And modify the lines as thus -
DEFINES = -DMODULE -D__KERNEL__ -DNDEBUG \
-D__...