2 # Makefile for the PCI bus specific drivers.
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 definition is now inherited from the
14 # Nasty trick as nobody references pcisyms.o, but we still want it linked.
15 ifeq ($(CONFIG_MODULES
),y
)
28 L_OBJS
+= compat.o quirks.o names.o helper.o
31 L_OBJS
+= syscall.o setup.o
34 include $(TOPDIR
)/Rules.make