forked from Minki/linux
437ace3777
Move the m68k-specific code out of the driver to make the driver generic. I've used 'SPDX-License-Identifier: GPL-2.0+' for the new file because the old file is covered by MODULE_LICENSE("GPL"). Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Finn Thain <fthain@telegraphics.com.au> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11 lines
215 B
Makefile
11 lines
215 B
Makefile
#
|
|
# Makefile for Linux arch/m68k/atari source directory
|
|
#
|
|
|
|
obj-y := config.o time.o debug.o ataints.o stdma.o \
|
|
atasound.o stram.o
|
|
|
|
obj-$(CONFIG_ATARI_KBD_CORE) += atakeyb.o
|
|
|
|
obj-$(CONFIG_NVRAM:m=y) += nvram.o
|