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