android_kernel_cmhtcleo/drivers/pnp/isapnp/Makefile

8 lines
128 B
Makefile
Raw Normal View History

2010-08-27 09:19:57 +00:00
#
# Makefile for the kernel ISAPNP driver.
#
isapnp-proc-$(CONFIG_PROC_FS) = proc.o
obj-y := core.o compat.o $(isapnp-proc-y)