xref: /openbmc/linux/arch/m68k/68000/Makefile (revision 32164845)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
218cb3fafSGreg Ungerer##################################################
318cb3fafSGreg Ungerer#
418cb3fafSGreg Ungerer# Makefile for 68000 core based cpus
518cb3fafSGreg Ungerer#
618cb3fafSGreg Ungerer# 2012.10.21, Luis Alves <ljalvs@gmail.com>
718cb3fafSGreg Ungerer#             Merged all 68000 based cpu's config
818cb3fafSGreg Ungerer#             files into a single directory.
918cb3fafSGreg Ungerer#
1018cb3fafSGreg Ungerer
1118cb3fafSGreg Ungerer# 68328, 68EZ328, 68VZ328
1218cb3fafSGreg Ungerer
138b22820eSArnd Bergmannobj-y			+= entry.o ints.o timers.o m68328.o
1418cb3fafSGreg Ungererobj-$(CONFIG_ROM)	+= romvec.o
1518cb3fafSGreg Ungerer
16a734bbf6SArnd Bergmannobj-$(CONFIG_DRAGEN2)	+= dragen2.o
17a734bbf6SArnd Bergmannobj-$(CONFIG_UCSIMM)	+= ucsimm.o
18a734bbf6SArnd Bergmannobj-$(CONFIG_UCDIMM)	+= ucsimm.o
19a734bbf6SArnd Bergmann
20*32164845SMasahiro Yamadaobj-y			+= head.o
21