Makefile 172 Bytes
Newer Older
1 2 3 4
#
# Makefile for the kernel ISAPNP driver.
#

5
export-objs := core.o
6 7 8

isapnp-proc-$(CONFIG_PROC_FS) = proc.o

9
obj-y := core.o $(isapnp-proc-y)
10 11

include $(TOPDIR)/Rules.make