Makefile (1da177e4c3f41524e886b7f1b8a0c1fc7321cac2) | Makefile (c04cb856e20a8bf68762d60737b84328c1ab5900) |
---|---|
1# 2# Makefile for Linux arch/m68k/atari source directory 3# 4 5obj-y := config.o time.o debug.o ataints.o stdma.o \ 6 atasound.o stram.o atari_ksyms.o 7 8ifeq ($(CONFIG_PCI),y) 9obj-$(CONFIG_HADES) += hades-pci.o 10endif | 1# 2# Makefile for Linux arch/m68k/atari source directory 3# 4 5obj-y := config.o time.o debug.o ataints.o stdma.o \ 6 atasound.o stram.o atari_ksyms.o 7 8ifeq ($(CONFIG_PCI),y) 9obj-$(CONFIG_HADES) += hades-pci.o 10endif |
11obj-$(CONFIG_ATARI_KBD_CORE) += atakeyb.o |
|