mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-30 07:46:36 +09:00
10 lines
170 B
Makefile
10 lines
170 B
Makefile
#
|
|
# SPEAr Platform specific Makefile
|
|
#
|
|
|
|
# Common support
|
|
obj-y := restart.o time.o
|
|
|
|
obj-$(CONFIG_ARCH_SPEAR3XX) += pl080.o shirq.o
|
|
obj-$(CONFIG_ARCH_SPEAR6XX) += pl080.o
|