URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [drivers/] [pnp/] [isapnp/] [Makefile] - Rev 81
Go to most recent revision | Compare with Previous | Blame | View Log
#
# Makefile for the kernel ISAPNP driver.
#
isapnp-proc-$(CONFIG_PROC_FS) = proc.o
obj-y := core.o compat.o $(isapnp-proc-y)
Go to most recent revision | Compare with Previous | Blame | View Log