[PATCH] build kernel/irq/migration.c only if CONFIG_GENERIC_PENDING_IRQ is set
[deliverable/linux.git] / kernel / irq / Makefile
1
2 obj-y := handle.o manage.o spurious.o
3 obj-$(CONFIG_GENERIC_IRQ_PROBE) += autoprobe.o
4 obj-$(CONFIG_PROC_FS) += proc.o
5 obj-$(CONFIG_GENERIC_PENDING_IRQ) += migration.o
This page took 0.031875 seconds and 5 git commands to generate.