More Makefile cleanups, otherwise mainly noticeable are the netfilter fix
[davej-history.git] / arch / m68k / atari / Makefile
blob363368f5cbcabaccd16b208f1f6307f0f540ddbc
2 # Makefile for Linux arch/m68k/atari source directory
4 # Note! Dependencies are done automagically by 'make dep', which also
5 # removes any old dependencies. DON'T put your own dependencies here
6 # unless it's something special (ie not a .c file).
8 # Note 2! The CFLAGS definitions are now in the main makefile...
10 O_TARGET := atari.o
12 export-objs := atari_ksyms.o
14 obj-y := config.o time.o debug.o atakeyb.o ataints.o stdma.o \
15 atasound.o joystick.o stram.o atari_ksyms.o
17 ifdef CONFIG_PCI
18 obj-$(CONFIG_HADES) += hades-pci.o
19 endif
21 include $(TOPDIR)/Rules.make