2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2005-04-16 15:20:36 -07:00
|
|
|
#
|
|
|
|
|
# Makefile for Linux arch/m68k/sun3 source directory
|
|
|
|
|
#
|
|
|
|
|
|
2008-07-17 21:16:27 +02:00
|
|
|
obj-y := sun3ints.o sun3dvma.o idprom.o
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2020-05-26 21:38:08 +09:00
|
|
|
obj-$(CONFIG_SUN3) += config.o mmu_emu.o leds.o dvma.o intersil.o prom/
|