diff options
author | David Howells <dhowells@redhat.com> | 2012-10-16 21:28:01 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-10-16 21:28:01 +0100 |
commit | e1141355e00a9992fba1c3b3712224c5e58f4118 (patch) | |
tree | 048e7b6af6c30d82e8fab20dd864b4718ddcf22b /arch/parisc/include/asm/Kbuild | |
parent | dd8e8c4a2c902d8350b702e7bc7c2799e5e7e331 (diff) | |
parent | 7d55a5dd61f794df89a733b1b8223cdbffe8897c (diff) |
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git/
Diffstat (limited to 'arch/parisc/include/asm/Kbuild')
-rw-r--r-- | arch/parisc/include/asm/Kbuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/parisc/include/asm/Kbuild b/arch/parisc/include/asm/Kbuild index 458371a1565a..7728106426ac 100644 --- a/arch/parisc/include/asm/Kbuild +++ b/arch/parisc/include/asm/Kbuild @@ -1,6 +1,7 @@ include include/asm-generic/Kbuild.asm header-y += pdc.h -generic-y += clkdev.h -generic-y += word-at-a-time.h -generic-y += exec.h +generic-y += word-at-a-time.h auxvec.h user.h cputime.h emergency-restart.h \ + segment.h topology.h vga.h device.h percpu.h hw_irq.h mutex.h \ + div64.h irq_regs.h kdebug.h kvm_para.h local64.h local.h param.h \ + poll.h xor.h clkdev.h exec.h |