Changeset a42d7d8 in mainline for uspace/lib/bithenge/Makefile.linux
- Timestamp:
- 2012-08-19T05:28:24Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fae4d30
- Parents:
- 1c79996
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/bithenge/Makefile.linux
r1c79996 ra42d7d8 46 46 tree.c 47 47 48 ifdef COVERAGE 49 CFLAGS += -fprofile-arcs -ftest-coverage 50 endif 51 52 ifdef FAILURE 53 CFLAGS += -DBITHENGE_FAILURE_ENABLE=1 54 SOURCES += failure.c 55 endif 56 48 57 OBJECTS := $(addsuffix .o,$(basename $(SOURCES))) 49 58
Note:
See TracChangeset
for help on using the changeset viewer.