2005-04-16 18: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 01:30:26 -05:00
|
|
|
atasound.o stram.o
|
2005-04-16 18:20:36 -04:00
|
|
|
|
|
|
|
ifeq ($(CONFIG_PCI),y)
|
|
|
|
obj-$(CONFIG_HADES) += hades-pci.o
|
|
|
|
endif
|
2007-05-01 16:32:38 -04:00
|
|
|
obj-$(CONFIG_ATARI_KBD_CORE) += atakeyb.o
|