diff options
author | Paul Brook <paul@codesourcery.com> | 2009-06-30 12:10:52 +0100 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-06-30 12:10:52 +0100 |
commit | 9c7f170e5031a0c7e7de03135011fdcafe5c75ca (patch) | |
tree | 506b9201c82215d7c602aa2de5ecc6a05dbb4b5e /rules.mak | |
parent | 7d4c3d535c6f33e1d6d158aaf2108a27b45d743d (diff) |
Remove bogus -Werror
Revert rules.mak changes from aba800a. These should not have been here
to start with.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'rules.mak')
-rw-r--r-- | rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ %.o: %.c - $(call quiet-command,$(CC) $(CPPFLAGS) $(CFLAGS) -Werror -Wno-error=uninitialized -c -o $@ $<," CC $(TARGET_DIR)$@") + $(call quiet-command,$(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<," CC $(TARGET_DIR)$@") %.o: %.S $(call quiet-command,$(CC) $(CPPFLAGS) -c -o $@ $<," AS $(TARGET_DIR)$@") |