Changeset b0b4592e in mainline for uspace/app/tester/Makefile
- Timestamp:
- 2014-03-15T19:21:53Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c773adc
- Parents:
- 2034f98 (diff), 8cffdf5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/app/tester/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/Makefile
r2034f98 rb0b4592e 29 29 30 30 USPACE_PREFIX = ../.. 31 LIBS = $(LIBBLOCK_PREFIX)/libblock.a $(LIBSOFTFLOAT_PREFIX)/libsoftfloat.a 32 EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX) -I$(LIBSOFTFLOAT_PREFIX) 31 32 LIBS = \ 33 $(LIBBLOCK_PREFIX)/libblock.a \ 34 $(LIBSOFTFLOAT_PREFIX)/libsoftfloat.a \ 35 $(LIBDRV_PREFIX)/libdrv.a 36 37 EXTRA_CFLAGS = \ 38 -I$(LIBBLOCK_PREFIX) \ 39 -I$(LIBSOFTFLOAT_PREFIX) \ 40 -I$(LIBDRV_PREFIX)/include 41 33 42 BINARY = tester 43 MATH = y 34 44 35 45 SOURCES = \ … … 53 63 fault/fault3.c \ 54 64 float/float1.c \ 65 float/float2.c \ 55 66 float/softfloat1.c \ 56 67 vfs/vfs1.c \
Note:
See TracChangeset
for help on using the changeset viewer.
