Changeset 9d8b12da in mainline for uspace/app/tester/Makefile
- Timestamp:
- 2017-11-08T22:43:39Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 378948d
- Parents:
- d2e7a51
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified uspace/app/tester/Makefile ¶
rd2e7a51 r9d8b12da 31 31 32 32 # TODO: softfloat testing should be done via unit tests. 33 LIBS = block softfloat drv 33 LIBS = block softfloat drv math 34 34 EXTRA_CFLAGS = -I$(LIBSOFTFLOAT_PREFIX) 35 35 36 36 BINARY = tester 37 MATH = y38 37 39 38 SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.