Commit 139d39f9 authored by Kai Germaschewski's avatar Kai Germaschewski

Fix drivers/pnp/Makefile to correctly list multi-part

objects in $(list-multi), instead of $(multi-objs)
parent 597db13e
......@@ -11,7 +11,7 @@
O_TARGET := pnp.o
export-objs := isapnp.o pnpbios_core.o
multi-objs := isa-pnp.o pnpbios.o
list-multi := isa-pnp.o pnpbios.o
isa-pnp-proc-$(CONFIG_PROC_FS) = isapnp_proc.o
pnpbios-proc-$(CONFIG_PROC_FS) = pnpbios_proc.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment