
* Charles Hewson cahewson2003@yahoo.com [20070722 05:15]:
I did install of kernel source tree (linux-source-2.6.20-grml) and make mrproper still can not find parts of the amos1100 driver. Console output is attached. What am I missing?
,---- [ quoting the log ] | aptitude install linux-source-2.6.20-grml 77.09s user 32.03s system 0% cpu 3:55:10.83 total | root@grml-dev ~src/linux # make mrproper | scripts/Makefile.clean:17: /usr/src/linux-headers-2.6.20-grml/drivers/infiniband/hw/amso1100/Makefile: No such file or directory | make[3]: *** No rule to make target `/usr/src/linux-headers-2.6.20-grml/drivers/infiniband/hw/amso1100/Makefile'. Stop. | make[2]: *** [drivers/infiniband/hw/amso1100] Error 2 `----
You are still working in the linux headers directory instead of the linux source directory.
cd /usr/src tar jxf linux-source-2.6.20-grml.tar.bz2 cd linux-source-2.6.20-grml/ make ...
regards, -mika-