- Kai Germaschewski: ISDN update (including Makefiles)
[davej-history.git] / drivers / nubus / Makefile
blob4df102258028fa3d7b1c18f64318d746df0c4815
2 # Makefile for the nubus 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
9 # parent makefile.
12 L_TARGET := nubus.a
14 export-objs := nubus_syms.o
16 obj-y := nubus.o
18 obj-$(CONFIG_MODULES) += nubus_syms.o
19 obj-$(CONFIG_PROC_FS) += proc.o
21 include $(TOPDIR)/Rules.make