Got through all the menu driven configuration stuff and the build started. It errors on the serial driver build, I may have missed excluding this during the long option selection process.
CC drivers/serial/8250.o
drivers/serial/8250.c:46:26: error: mach/cputype.h: No such file or directory
drivers/serial/8250.c: In function ‘serial8250_config_port’:
drivers/serial/8250.c:2605: error: implicit declaration of function ‘cpu_is_davinci_da850’
make[2]: *** [drivers/serial/8250.o] Error 1
make[1]: *** [drivers/serial] Error 2
make: *** [drivers] Error 2
I can see that header file in about 4 different /arch directories but do not know how to let the compiler know the path. Is there a makefile script that I can just go in and edit out this driver?
Thanks,
Dennis