summaryrefslogtreecommitdiff
path: root/arch/avr32/include/asm/Kbuild
diff options
context:
space:
mode:
authorSteven Rostedt <rostedt@goodmis.org>2013-09-01 20:56:21 (GMT)
committerHans-Christian Egtvedt <egtvedt@samfundet.no>2013-09-30 06:42:01 (GMT)
commit46663d05cff3442321dc550dff6b79b885c7856f (patch)
tree96cfc4680fe62d4c857badb71a6ffb86c6c5ea68 /arch/avr32/include/asm/Kbuild
parent15c03dd4859ab16f9212238f29dd315654aa94f6 (diff)
downloadlinux-46663d05cff3442321dc550dff6b79b885c7856f.tar.xz
avr32: use Kbuild infrastructure to handle the asm-generic headers
Use kbuild to add asm-generic headers that do nothing, also remove the arch specific wrapper headers. This only affects headers that do nothing but include the generic equivalent. It does not touch any header that does a little more. Signed-off-by: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Hans-Christian Egtvedt <egtvedt@samfundet.no>
Diffstat (limited to 'arch/avr32/include/asm/Kbuild')
-rw-r--r--arch/avr32/include/asm/Kbuild16
1 files changed, 15 insertions, 1 deletions
diff --git a/arch/avr32/include/asm/Kbuild b/arch/avr32/include/asm/Kbuild
index d22af85..fd79807 100644
--- a/arch/avr32/include/asm/Kbuild
+++ b/arch/avr32/include/asm/Kbuild
@@ -1,5 +1,19 @@
generic-y += clkdev.h
+generic-y += cputime.h
+generic-y += delay.h
+generic-y += device.h
+generic-y += div64.h
+generic-y += emergency-restart.h
generic-y += exec.h
-generic-y += trace_clock.h
+generic-y += futex.h
+generic-y += irq_regs.h
generic-y += param.h
+generic-y += local.h
+generic-y += local64.h
+generic-y += percpu.h
+generic-y += scatterlist.h
+generic-y += sections.h
+generic-y += topology.h
+generic-y += trace_clock.h
+generic-y += xor.h