URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [drivers/] [zorro/] [Makefile] - Rev 62
Compare with Previous | Blame | View Log
## Makefile for the Zorro bus specific drivers.#obj-$(CONFIG_ZORRO) += zorro.o zorro-driver.o zorro-sysfs.o names.oobj-$(CONFIG_PROC_FS) += proc.ohostprogs-y := gen-devlist# Files generated that shall be removed upon make cleanclean-files := devlist.h# Dependencies on generated files need to be listed explicitly$(obj)/names.o: $(obj)/devlist.h# And that's how to generate themquiet_cmd_devlist = DEVLIST $@cmd_devlist = ( cd $(obj); ./gen-devlist ) < $<$(obj)/devlist.h: $(src)/zorro.ids $(obj)/gen-devlist$(call cmd,devlist)
