More meth updates.
[linux-2.6/linux-mips.git] / drivers / zorro / Makefile
blob82a5817eed2d45f342fd2a506053bc85e2ec8304
2 # Makefile for the Zorro bus specific drivers.
5 obj-$(CONFIG_ZORRO) += zorro.o names.o
6 obj-$(CONFIG_PROC_FS) += proc.o
8 host-progs := gen-devlist
10 # Files generated that shall be removed upon make clean
11 clean-files := devlist.h
13 # Dependencies on generated files need to be listed explicitly
15 $(obj)/names.o: $(obj)/devlist.h
17 # And that's how to generate them
19 $(obj)/devlist.h: $(src)/zorro.ids $(obj)/gen-devlist
20 ( cd $(obj); ./gen-devlist ) < $<