Staging
v0.7.0
https://github.com/torvalds/linux
Raw File
Tip revision: 577c9c456f0e1371cbade38eaf91ae8e8a308555 authored by Linus Torvalds on 07 April 2009, 21:25:01 UTC
Linux 2.6.30-rc1
Tip revision: 577c9c4
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