Both SPEAr3xx and SPEAr6xx families have one instance of ARM PL080 DMA controller. This patch adds in support for that. Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
9 lines
148 B
Makefile
9 lines
148 B
Makefile
#
|
|
# SPEAr Platform specific Makefile
|
|
#
|
|
|
|
# Common support
|
|
obj-y := clock.o restart.o time.o pl080.o
|
|
|
|
obj-$(CONFIG_ARCH_SPEAR3XX) += shirq.o padmux.o
|