License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / arm / mach-w90x900 / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
7ec80ddf 2#
3# Makefile for the linux kernel.
4#
5
6# Object file lists.
7
35c9221a 8obj-y := irq.o time.o mfp.o gpio.o clock.o
9obj-y += clksel.o dev.o cpu.o
7ec80ddf 10# W90X900 CPU support files
11
35c9221a 12obj-$(CONFIG_CPU_W90P910) += nuc910.o
936fbe9e 13obj-$(CONFIG_CPU_NUC950) += nuc950.o
8e22676e 14obj-$(CONFIG_CPU_NUC960) += nuc960.o
7ec80ddf 15
16# machine support
17
35c9221a 18obj-$(CONFIG_MACH_W90P910EVB) += mach-nuc910evb.o
936fbe9e 19obj-$(CONFIG_MACH_W90P950EVB) += mach-nuc950evb.o
8e22676e 20obj-$(CONFIG_MACH_W90N960EVB) += mach-nuc960evb.o