2010-04-01 13:30:49 +02:00
|
|
|
#
|
|
|
|
# SPEAr Platform specific Makefile
|
|
|
|
#
|
|
|
|
|
|
|
|
# Common support
|
2012-04-19 19:04:25 +02:00
|
|
|
obj-y := restart.o time.o
|
2010-05-03 10:24:30 +02:00
|
|
|
|
2012-04-19 19:04:25 +02:00
|
|
|
obj-$(CONFIG_ARCH_SPEAR3XX) += pl080.o shirq.o
|
|
|
|
obj-$(CONFIG_ARCH_SPEAR6XX) += pl080.o
|