2.2.11pre4 make dep messages (FYI)

Frank van Maarseveen (fvm@tasking.nl)
Mon, 2 Aug 1999 14:43:49 +0200


A little grepping through the output of "make dep":

make -C char fastdep
make[6]: Entering directory `/sys/kernel/linux-2.2.11/drivers/sgi/char'
gcc -D__KERNEL__ -I/sys/kernel/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -E -D__GENKSYMS__ newport.c
| /sbin/genksyms -k 2.2.11 > /sys/kernel/linux/include/linux/modules/newport.ver.tmp
newport.c:11: asm/gfx.h: No such file or directory
newport.c:12: asm/ng1.h: No such file or directory
newport.c:14: asm/newport.h: No such file or directory

make -C hisax fastdep
make[6]: Entering directory `/sys/kernel/linux-2.2.11/drivers/isdn/hisax'
gcc -D__KERNEL__ -I/sys/kernel/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -E -D__GENKSYMS__ config.c
| /sbin/genksyms -k 2.2.11 > /sys/kernel/linux/include/linux/modules/config.ver.tmp
config.c:410: #error "HiSax: No cards configured"

make -C macintosh fastdep
make[4]: Entering directory `/sys/kernel/linux-2.2.11/drivers/macintosh'
gcc -D__KERNEL__ -I/sys/kernel/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -E -D__GENKSYMS__ adb.c
| /sbin/genksyms -k 2.2.11 > /sys/kernel/linux/include/linux/modules/adb.ver.tmp
adb.c:27: asm/prom.h: No such file or directory
adb.c:28: asm/adb.h: No such file or directory
adb.c:29: asm/cuda.h: No such file or directory
adb.c:30: asm/pmu.h: No such file or directory
adb.c:32: asm/hydra.h: No such file or directory

-- 
Frank

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/