Staging
v0.7.0
https://github.com/torvalds/linux
Raw File
Tip revision: 84a1caf1453c3d44050bd22db958af4a7f99315c authored by Linus Torvalds on 14 July 2012, 22:40:28 UTC
Linux 3.5-rc7
Tip revision: 84a1caf
Makefile
#
# Makefile for the Linux/SuperH CPU-specifc IRQ handlers.
#
obj-$(CONFIG_SUPERH32)			+= imask.o
obj-$(CONFIG_CPU_SH5)			+= intc-sh5.o
obj-$(CONFIG_CPU_HAS_IPR_IRQ)		+= ipr.o
back to top