Staging
v0.8.1
Raw File
Makefile
#
# Makefile for the kernel ISAPNP driver.
#
obj-y			+= pnp.o
pnp-y			:= core.o compat.o

pnp-$(CONFIG_PROC_FS)	+= proc.o
back to top