2019-05-19 15:07:45 +03:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2005-04-17 02:20:36 +04:00
|
|
|
#
|
|
|
|
# Makefile for Linux arch/m68k/atari source directory
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-y := config.o time.o debug.o ataints.o stdma.o \
|
2008-02-05 09:30:26 +03:00
|
|
|
atasound.o stram.o
|
2005-04-17 02:20:36 +04:00
|
|
|
|
2007-05-02 00:32:38 +04:00
|
|
|
obj-$(CONFIG_ATARI_KBD_CORE) += atakeyb.o
|
2019-01-15 07:18:56 +03:00
|
|
|
|
|
|
|
obj-$(CONFIG_NVRAM:m=y) += nvram.o
|