Changeset ae7bbfd0 in mainline for kernel/Makefile


Ignore:
Timestamp:
2016-02-20T19:02:20Z (9 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5147ff1
Parents:
c190b34
Message:

build: Turn assembler and linker warnings into errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile

    rc190b34 rae7bbfd0  
    128128# AFLAGS and LFLAGS must be initialized before the inclusion.
    129129#
    130 AFLAGS =
    131 LFLAGS = -n -T $(LINK) -M
     130AFLAGS = --fatal-warnings
     131LFLAGS = -n -T $(LINK) -M --fatal-warnings
    132132
    133133#
Note: See TracChangeset for help on using the changeset viewer.