forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] build kernel/irq/migration.c only if CONFIG_GENERIC_PENDING_I…
…RQ is set Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
- Loading branch information
Christoph Hellwig
authored and
Linus Torvalds
committed
Apr 11, 2006
1 parent
f6422f1
commit d824e66
Showing
2 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
|
||
obj-y := handle.o manage.o spurious.o migration.o | ||
obj-y := handle.o manage.o spurious.o | ||
obj-$(CONFIG_GENERIC_IRQ_PROBE) += autoprobe.o | ||
obj-$(CONFIG_PROC_FS) += proc.o | ||
obj-$(CONFIG_GENERIC_PENDING_IRQ) += migration.o |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters