This website requires JavaScript.
Explore
Help
Register
Sign in
Techwizz
/
kernel-fxtec-pro1x
Watch
1
Star
0
Fork
You've already forked kernel-fxtec-pro1x
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
16b86bf252
kernel-fxtec-pro1x
/
arch
/
powerpc
/
include
/
asm
/
Kbuild
5 lines
45 B
Text
Raw
Normal View
History
Unescape
Escape
Add Kbuild file for PowerPC 'make headers_install' Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2006-06-18 05:17:47 -06:00
powerpc: Use rwsem.h from generic location As of commit dd472da38, rwsem.h was moved into asm-generic. This patch removes the arch file and points the build at its new location. Signed-off-by: Richard Kuo <rkuo@codeaurora.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2011-11-29 01:28:20 -07:00
asm-generic: Add default clkdev.h Ease the deployment of clkdev by providing a default asm/clkdev.h for use if the arch does not have an include/asm/clkdev.h. Due to limitations in Kbuild we manually add clkdev.h to all architectures that don't have one rather than having the header appear by default. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Reviewed-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2012-09-04 22:04:14 -06:00
generic-y += clkdev.h
powerpc: Use rwsem.h from generic location As of commit dd472da38, rwsem.h was moved into asm-generic. This patch removes the arch file and points the build at its new location. Signed-off-by: Richard Kuo <rkuo@codeaurora.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2011-11-29 01:28:20 -07:00
generic-y += rwsem.h
Reference in a new issue
Copy permalink