-
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.
yaml --- r: 68231 b: refs/heads/master c: 1254d1d h: refs/heads/master i: 68229: efd4a53 68227: 019bea3 68223: 63a3c4b v: v3
- Loading branch information
Magnus Damm
authored and
Paul Mundt
committed
Sep 21, 2007
1 parent
c77ec1a
commit 3e6e0d1
Showing
4 changed files
with
2 additions
and
26 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,2 +1,2 @@ | ||
--- | ||
refs/heads/master: a1fd306b887f06d648f45a2c722e9036dced9590 | ||
refs/heads/master: 1254d1db11d8528558613fde5b89eb09306f50a3 |
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
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,8 +1,7 @@ | ||
# | ||
# Makefile for the Linux/SuperH CPU-specifc IRQ handlers. | ||
# | ||
obj-y += imask.o | ||
obj-y += imask.o intc.o | ||
|
||
obj-$(CONFIG_CPU_HAS_IPR_IRQ) += ipr.o | ||
obj-$(CONFIG_CPU_HAS_MASKREG_IRQ) += maskreg.o | ||
obj-$(CONFIG_CPU_HAS_INTC_IRQ) += intc.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