PPC: disable -Werror for now

At least for the Sam port there are still things to fix in U-Boot code,
and some #warnings as well.
This commit is contained in:
François Revol 2015-06-12 23:02:59 +02:00
parent 962d4f9cd8
commit a24ca25e68

View File

@ -447,6 +447,9 @@ rule ArchitectureSetupWarnings architecture
case m68k :
return ;
# we use #warning as placeholders for things to write...
case ppc :
return ;
# we use #warning as placeholders for things to write...
}
# enable -Werror for certain parts of the source tree