This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Error While compiling kernel Arago

Other Parts Discussed in Thread: TLC59108

Dear all,

I'm trying to compile the kernel to enable wlan, after xcofig I do:

make ARCH=arm CROSS_COMPILE=/home/giuseppe/ti-sdk-am335x-evm-05.06.00.00/linux-devkit/bin/arm-arago-linux-gnueabi- uImage

but after a while I get:

  CC      drivers/video/backlight/tlc59108.o
drivers/video/backlight/tlc59108.c: In function 'tlc59108_probe':
drivers/video/backlight/tlc59108.c:96:2: error: implicit declaration of function 'cpu_is_am335x'
make[3]: *** [drivers/video/backlight/tlc59108.o] Errore 1
make[2]: *** [drivers/video/backlight] Errore 2
make[1]: *** [drivers/video] Errore 2
make: *** [drivers] Errore 2

any ideas?