diff options
author | Anton Vorontsov <cbouatmailru@gmail.com> | 2008-07-29 18:05:23 -0400 |
---|---|---|
committer | Anton Vorontsov <cbouatmailru@gmail.com> | 2008-07-29 18:05:23 -0400 |
commit | 9fec6060d9e48ed7db0dac0e16d0f0f0e615b7f6 (patch) | |
tree | 74b41f31a08f6500ff3dfcf64ba21e2d9a8e87e5 /include/asm-sparc64/Kbuild | |
parent | fece418418f51e92dd7e67e17c5e3fe5a28d3279 (diff) | |
parent | 6e86841d05f371b5b9b86ce76c02aaee83352298 (diff) |
Merge branch 'master' of /home/cbou/linux-2.6
Conflicts:
drivers/power/Kconfig
drivers/power/Makefile
Diffstat (limited to 'include/asm-sparc64/Kbuild')
-rw-r--r-- | include/asm-sparc64/Kbuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/include/asm-sparc64/Kbuild b/include/asm-sparc64/Kbuild deleted file mode 100644 index dce1cf9a931..00000000000 --- a/include/asm-sparc64/Kbuild +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | include include/asm-generic/Kbuild.asm | ||
2 | |||
3 | ALTARCH := sparc | ||
4 | ARCHDEF := defined __sparc__ && defined __arch64__ | ||
5 | ALTARCHDEF := defined __sparc__ && !defined __arch64__ | ||
6 | |||
7 | header-y += apb.h | ||
8 | header-y += asi.h | ||
9 | header-y += bbc.h | ||
10 | header-y += bpp.h | ||
11 | header-y += display7seg.h | ||
12 | header-y += envctrl.h | ||
13 | header-y += openprom.h | ||
14 | header-y += openpromio.h | ||
15 | header-y += psrcompat.h | ||
16 | header-y += pstate.h | ||
17 | header-y += reg.h | ||
18 | header-y += uctx.h | ||
19 | header-y += utrap.h | ||
20 | header-y += watchdog.h | ||
21 | |||
22 | unifdef-y += fbio.h | ||
23 | unifdef-y += perfctr.h | ||