diff options
author | Jonas Bonn <jonas@southpole.se> | 2011-06-04 14:52:05 -0400 |
---|---|---|
committer | Jonas Bonn <jonas@southpole.se> | 2011-07-22 12:46:30 -0400 |
commit | f8c4a270d9330a2bc179aeef0a22ea1ed288fb50 (patch) | |
tree | 0365f38871a6999e5b01587a337adcc21d4c51ce /arch/openrisc/include/asm/Kbuild | |
parent | ac689eb7f9d4e270d1365853b82eece669387e2c (diff) |
OpenRISC: Build infrastructure
Signed-off-by: Jonas Bonn <jonas@southpole.se>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/openrisc/include/asm/Kbuild')
-rw-r--r-- | arch/openrisc/include/asm/Kbuild | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/arch/openrisc/include/asm/Kbuild b/arch/openrisc/include/asm/Kbuild new file mode 100644 index 000000000000..11162e6c878f --- /dev/null +++ b/arch/openrisc/include/asm/Kbuild | |||
@@ -0,0 +1,64 @@ | |||
1 | include include/asm-generic/Kbuild.asm | ||
2 | |||
3 | header-y += spr_defs.h | ||
4 | |||
5 | generic-y += atomic.h | ||
6 | generic-y += auxvec.h | ||
7 | generic-y += bitsperlong.h | ||
8 | generic-y += bug.h | ||
9 | generic-y += bugs.h | ||
10 | generic-y += cacheflush.h | ||
11 | generic-y += checksum.h | ||
12 | generic-y += cmpxchg.h | ||
13 | generic-y += cmpxchg-local.h | ||
14 | generic-y += cpumask.h | ||
15 | generic-y += cputime.h | ||
16 | generic-y += current.h | ||
17 | generic-y += device.h | ||
18 | generic-y += div64.h | ||
19 | generic-y += dma.h | ||
20 | generic-y += emergency-restart.h | ||
21 | generic-y += errno.h | ||
22 | generic-y += fb.h | ||
23 | generic-y += fcntl.h | ||
24 | generic-y += ftrace.h | ||
25 | generic-y += futex.h | ||
26 | generic-y += hardirq.h | ||
27 | generic-y += hw_irq.h | ||
28 | generic-y += ioctl.h | ||
29 | generic-y += ioctls.h | ||
30 | generic-y += ipcbuf.h | ||
31 | generic-y += irq_regs.h | ||
32 | generic-y += kdebug.h | ||
33 | generic-y += kmap_types.h | ||
34 | generic-y += local.h | ||
35 | generic-y += mman.h | ||
36 | generic-y += module.h | ||
37 | generic-y += msgbuf.h | ||
38 | generic-y += pci.h | ||
39 | generic-y += percpu.h | ||
40 | generic-y += poll.h | ||
41 | generic-y += posix_types.h | ||
42 | generic-y += resource.h | ||
43 | generic-y += rmap.h | ||
44 | generic-y += scatterlist.h | ||
45 | generic-y += sections.h | ||
46 | generic-y += segment.h | ||
47 | generic-y += sembuf.h | ||
48 | generic-y += setup.h | ||
49 | generic-y += shmbuf.h | ||
50 | generic-y += shmparam.h | ||
51 | generic-y += siginfo.h | ||
52 | generic-y += signal.h | ||
53 | generic-y += socket.h | ||
54 | generic-y += sockios.h | ||
55 | generic-y += statfs.h | ||
56 | generic-y += stat.h | ||
57 | generic-y += string.h | ||
58 | generic-y += swab.h | ||
59 | generic-y += termbits.h | ||
60 | generic-y += termios.h | ||
61 | generic-y += topology.h | ||
62 | generic-y += types.h | ||
63 | generic-y += ucontext.h | ||
64 | generic-y += user.h | ||