-
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: 64479 b: refs/heads/master c: cd463f3 h: refs/heads/master i: 64477: 5ca58b1 64475: 20ae778 64471: a99e113 64463: ceb9b2d 64447: 1ecc9f4 v: v3
- Loading branch information
Atsushi Nemoto
authored and
Ralf Baechle
committed
Aug 27, 2007
1 parent
f4902ad
commit 299b725
Showing
5 changed files
with
8 additions
and
1 deletion.
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: ad99876ad4309c6d9db1fb47d3e0b78f5d959896 | ||
refs/heads/master: cd463f3483bf7ddebfaade4a0e590478d501b896 |
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,3 +1,5 @@ | ||
obj-y += toshiba_rbtx4927_prom.o | ||
obj-y += toshiba_rbtx4927_setup.o | ||
obj-y += toshiba_rbtx4927_irq.o | ||
|
||
EXTRA_CFLAGS += -Werror |
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 |
---|---|---|
|
@@ -9,3 +9,4 @@ | |
obj-y += prom.o setup.o irq.o | ||
obj-$(CONFIG_KGDB) += dbgio.o | ||
|
||
EXTRA_CFLAGS += -Werror |
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 |
---|---|---|
|
@@ -7,3 +7,5 @@ | |
# | ||
|
||
obj-y += prom.o setup.o irq.o spi_eeprom.o | ||
|
||
EXTRA_CFLAGS += -Werror |