c04cb856e2
Atari keyboard and mouse support. (reformating and Kconfig fixes by Roman Zippel) Signed-off-by: Michael Schmitz <schmitz@debian.org> Signed-off-by: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
11 lines
256 B
Makefile
11 lines
256 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 atari_ksyms.o
|
|
|
|
ifeq ($(CONFIG_PCI),y)
|
|
obj-$(CONFIG_HADES) += hades-pci.o
|
|
endif
|
|
obj-$(CONFIG_ATARI_KBD_CORE) += atakeyb.o
|