9 lines
140 B
Makefile
9 lines
140 B
Makefile
|
#
|
||
|
# SPEAr Platform specific Makefile
|
||
|
#
|
||
|
|
||
|
# Common support
|
||
|
obj-y := clock.o restart.o time.o
|
||
|
|
||
|
obj-$(CONFIG_ARCH_SPEAR3XX) += shirq.o padmux.o
|