Messages in this thread |  | | | From | Mikael Starvik <> | | Date | Thu, 20 Nov 2008 09:48:45 +0100 | | Subject | headers-y for machines | |
Lets say you have arch/arm/mach-xx/include/mach/myfile.h and want to add myfile.h to header-y. How do you do that?
I tried to add
header-y += ../../maxh-xx/
in arch/arm/include/asm/Kbuild
and then
header-y += myfile.h in arch/arm/mach-xx/include/mach/Kbuild
but with that the file is installed is in /usr/mach-xx and not anywere under usr/include.
Thanks in advance
/Mikael
|  |