2019-05-19 05:07:45 -07: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 23:30:26 -07:00
|
|
|
atasound.o stram.o
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2007-05-01 13:32:38 -07:00
|
|
|
obj-$(CONFIG_ATARI_KBD_CORE) += atakeyb.o
|
2019-01-14 21:18:56 -07:00
|
|
|
|
|
|
|
obj-$(CONFIG_NVRAM:m=y) += nvram.o
|