mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
df1590d9ae
This patch moves shirq interrupt controllers driver and header file out of plat-spear directory. It is moved to drivers/irqchip/ directory. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
10 lines
162 B
Makefile
10 lines
162 B
Makefile
#
|
|
# SPEAr Platform specific Makefile
|
|
#
|
|
|
|
# Common support
|
|
obj-y := restart.o time.o
|
|
|
|
obj-$(CONFIG_ARCH_SPEAR3XX) += pl080.o
|
|
obj-$(CONFIG_ARCH_SPEAR6XX) += pl080.o
|