18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci#
38c2ecf20Sopenharmony_ci# Makefile for the linux kernel.
48c2ecf20Sopenharmony_ci#
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci# Common support
78c2ecf20Sopenharmony_ciobj-y := clock.o generic.o #nmi-oopser.o
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci# Specific board support
108c2ecf20Sopenharmony_ciobj-$(CONFIG_SA1100_ASSABET)		+= assabet.o
118c2ecf20Sopenharmony_ciobj-$(CONFIG_ASSABET_NEPONSET)		+= neponset.o
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ciobj-$(CONFIG_SA1100_BADGE4)		+= badge4.o
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ciobj-$(CONFIG_SA1100_CERF)		+= cerf.o
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ciobj-$(CONFIG_SA1100_COLLIE)		+= collie.o
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ciobj-$(CONFIG_SA1100_H3100)		+= h3100.o h3xxx.o
208c2ecf20Sopenharmony_ciobj-$(CONFIG_SA1100_H3600)		+= h3600.o h3xxx.o
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ciobj-$(CONFIG_SA1100_HACKKIT)		+= hackkit.o
238c2ecf20Sopenharmony_ci
248c2ecf20Sopenharmony_ciobj-$(CONFIG_SA1100_JORNADA720)		+= jornada720.o
258c2ecf20Sopenharmony_ciobj-$(CONFIG_SA1100_JORNADA720_SSP)	+= jornada720_ssp.o
268c2ecf20Sopenharmony_ci
278c2ecf20Sopenharmony_ciobj-$(CONFIG_SA1100_LART)		+= lart.o
288c2ecf20Sopenharmony_ci
298c2ecf20Sopenharmony_ciobj-$(CONFIG_SA1100_NANOENGINE)		+= nanoengine.o
308c2ecf20Sopenharmony_ciobj-$(CONFIG_PCI_NANOENGINE)		+= pci-nanoengine.o
318c2ecf20Sopenharmony_ci
328c2ecf20Sopenharmony_ciobj-$(CONFIG_SA1100_PLEB)		+= pleb.o
338c2ecf20Sopenharmony_ci
348c2ecf20Sopenharmony_ciobj-$(CONFIG_SA1100_SHANNON)		+= shannon.o
358c2ecf20Sopenharmony_ci
368c2ecf20Sopenharmony_ciobj-$(CONFIG_SA1100_SIMPAD)		+= simpad.o
378c2ecf20Sopenharmony_ci
388c2ecf20Sopenharmony_ci# Miscellaneous functions
398c2ecf20Sopenharmony_ciobj-$(CONFIG_PM)			+= pm.o sleep.o
408c2ecf20Sopenharmony_ciobj-$(CONFIG_SA1100_SSP)		+= ssp.o
418c2ecf20Sopenharmony_ci
42