Changeset d75dc05 in mainline for kernel/Makefile
- Timestamp:
- 2017-10-09T18:17:05Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 02667d9
- Parents:
- ca207e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile
rca207e0 rd75dc05 92 92 -Wwrite-strings -pipe 93 93 94 ICC_CFLAGS = -Wall -Wmissing-prototypes \95 -Werror-implicit-function-declaration -wd17096 97 94 CLANG_CFLAGS = -std=gnu99 -Wall -Wextra -Wno-unused-parameter \ 98 95 -Wno-missing-field-initializers -Wno-unused-command-line-argument \ … … 171 168 DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS) 172 169 INSTRUMENTATION = -finstrument-functions 173 endif174 175 ifeq ($(COMPILER),icc)176 CFLAGS = $(COMMON_CFLAGS) $(ICC_CFLAGS)177 DEPEND_DEFS = $(DEFS) $(CONFIG_DEFS)178 INSTRUMENTATION =179 170 endif 180 171
Note:
See TracChangeset
for help on using the changeset viewer.