Makefile 214 B

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