This website requires JavaScript.
Explore
Help
Register
Sign In
Minki
/
linux
Watch
1
Star
0
Fork
1
You've already forked linux
mirror of
https://github.com/torvalds/linux.git
synced
2024-12-19 17:41:29 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7bcfaf54f5
linux
/
arch
/
powerpc
/
include
/
asm
/
Kbuild
5 lines
45 B
Plaintext
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 11:17:47 +00: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 08:28:20 +00: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-05 04:04:14 +00: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 08:28:20 +00:00
generic-y += rwsem.h
Reference in New Issue
Copy Permalink