Changeset ae7bbfd0 in mainline for kernel/Makefile
- Timestamp:
- 2016-02-20T19:02:20Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5147ff1
- Parents:
- c190b34
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile
rc190b34 rae7bbfd0 128 128 # AFLAGS and LFLAGS must be initialized before the inclusion. 129 129 # 130 AFLAGS = 131 LFLAGS = -n -T $(LINK) -M 130 AFLAGS = --fatal-warnings 131 LFLAGS = -n -T $(LINK) -M --fatal-warnings 132 132 133 133 #
Note:
See TracChangeset
for help on using the changeset viewer.