a3b2004a26
EXPORT_SYMBOL's belong to the actual code. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Cc: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
11 lines
242 B
Makefile
11 lines
242 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
|
|
|
|
ifeq ($(CONFIG_PCI),y)
|
|
obj-$(CONFIG_HADES) += hades-pci.o
|
|
endif
|
|
obj-$(CONFIG_ATARI_KBD_CORE) += atakeyb.o
|