mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
bbfbd8b151
The INTC code will be re-used across different architectures, so move this out to drivers/sh/ and include/linux/sh_intc.h respectively. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
7 lines
138 B
Makefile
7 lines
138 B
Makefile
#
|
|
# Makefile for the SuperH specific drivers.
|
|
#
|
|
obj-$(CONFIG_SUPERHYWAY) += superhyway/
|
|
obj-$(CONFIG_MAPLE) += maple/
|
|
obj-y += intc.o
|