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/atari source directory
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
obj-y := config.o time.o debug.o ataints.o stdma.o \
|
2008-02-04 22:30:26 -08:00
|
|
|
atasound.o stram.o
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2007-05-01 22:32:38 +02:00
|
|
|
obj-$(CONFIG_ATARI_KBD_CORE) += atakeyb.o
|
2019-01-15 15:18:56 +11:00
|
|
|
|
|
|
|
|
obj-$(CONFIG_NVRAM:m=y) += nvram.o
|