blob: 4956bf1f2134a08c2545b532f05ef355452e21b6 (
plain) (
blame)
1
2
3
4
5
6
7
|
#
# Makefile for the SuperH specific drivers.
#
obj-$(CONFIG_SUPERHYWAY) += superhyway/
obj-$(CONFIG_MAPLE) += maple/
obj-$(CONFIG_GENERIC_GPIO) += pfc.o
obj-y += intc.o
|