mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-07-12 11:46:30 +00:00
10 lines
251 B
Makefile
10 lines
251 B
Makefile
|
|
#
|
||
|
|
# Makefile for the Linux Plug-and-Play Support.
|
||
|
|
#
|
||
|
|
|
||
|
|
obj-y := core.o card.o driver.o resource.o manager.o support.o interface.o quirks.o system.o
|
||
|
|
|
||
|
|
obj-$(CONFIG_PNPACPI) += pnpacpi/
|
||
|
|
obj-$(CONFIG_PNPBIOS) += pnpbios/
|
||
|
|
obj-$(CONFIG_ISAPNP) += isapnp/
|