Hi all
I have a certain configuration file which includes other files.
Lets say
#include<asm/arch/fileabc.h>
Now under directory
include/asm/
I'm not having any directory as arch, instead it is arch-omap4 and so I also have a link arch - > arch-omap4
but when I'm building the code, there is error :
fatal error: asm/arch/fileabc.h : No such file or directory
Any problem with the link ?
Regards
Siddharth