Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56798
b: refs/heads/master
c: 9af9a41
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed May 21, 2007
1 parent 8313e49 commit 4f28a7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0d08b5fb37835988952d190b4540a71d60a4d198
refs/heads/master: 9af9a413d21f7a113f4fd909fb9962fea36b6cfa
5 changes: 4 additions & 1 deletion trunk/arch/sh/boards/renesas/r7780rp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
#
irqinit-y := irq-r7780rp.o
irqinit-$(CONFIG_SH_R7785RP) := irq-r7785rp.o
obj-y := setup.o irq.o $(irqinit-y)
obj-y := setup.o irq.o $(irqinit-y)

ifneq ($(CONFIG_SH_R7785RP),y)
obj-$(CONFIG_PUSH_SWITCH) += psw.o
endif

0 comments on commit 4f28a7c

Please sign in to comment.