]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/arm/mach-ks8695/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / arm / mach-ks8695 / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
c53c9cf6
AV
2# arch/arm/mach-ks8695/Makefile
3#
4# Makefile for KS8695 architecture support
5#
6
db23c733 7obj-y := cpu.o irq.o time.o devices.o
c53c9cf6
AV
8
9# PCI support is optional
7d77ce8f 10obj-$(CONFIG_PCI) += pci.o
c53c9cf6
AV
11
12# Board-specific support
9bf77ee6 13obj-$(CONFIG_MACH_KS8695) += board-micrel.o
6174dee5 14obj-$(CONFIG_MACH_DSM320) += board-dsm320.o
b74788d8 15obj-$(CONFIG_MACH_ACS5K) += board-acs5k.o
02c5f160
GU
16obj-$(CONFIG_MACH_LITE300) += board-sg.o
17obj-$(CONFIG_MACH_SG310) += board-sg.o
18obj-$(CONFIG_MACH_SE4200) += board-sg.o
a7b85754
GU
19obj-$(CONFIG_MACH_CM4002) += board-og.o
20obj-$(CONFIG_MACH_CM4008) += board-og.o
21obj-$(CONFIG_MACH_CM41xx) += board-og.o
22obj-$(CONFIG_MACH_IM4004) += board-og.o
23obj-$(CONFIG_MACH_IM42xx) += board-og.o