You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# Makefile for SPEAr6XX machine series
|
|
#
|
|
|
|
# common files
|
|
obj-y += clock.o spear6xx.o
|
|
|
|
# spear600 specific files
|
|
obj-$(CONFIG_MACH_SPEAR600) += spear600.o
|
|
|
|
# spear600 boards files
|
|
obj-$(CONFIG_BOARD_SPEAR600_EVB) += spear600_evb.o
|
|
|