brintos

brintos / linux-shallow public Read only

0
0
Text · 162 B · a0e0c0a Raw
9 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Makefile for the kernel ISAPNP driver.4#5obj-y			+= pnp.o6pnp-y			:= core.o compat.o7 8pnp-$(CONFIG_PROC_FS)	+= proc.o9