Searched hist:ea35455e0dc17d732436a5b98bd511cab64eb10e (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/ |
H A D | Makefile | ea35455e0dc17d732436a5b98bd511cab64eb10e Wed Jul 30 15:21:20 CDT 2008 Sam Ravnborg <sam@ravnborg.org> kbuild: fix O=... build of um
We used include/asm-$ARCH/system.h to check if we should create a symlink in include2 directory with make O=... builds. But um does not have such a file thus build filed.
Let's try anohter filename: $ ls -d include/asm-* | wc -l 21 $ ls -d include/asm-*/errno.h | wc -l 21
Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Cc: Jeff Dike <jdike@addtoit.com>
|