Changeset b0b4592e in mainline for uspace/app/tester/Makefile


Ignore:
Timestamp:
2014-03-15T19:21:53Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
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.
Message:

Merge mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/Makefile

    r2034f98 rb0b4592e  
    2929
    3030USPACE_PREFIX = ../..
    31 LIBS = $(LIBBLOCK_PREFIX)/libblock.a $(LIBSOFTFLOAT_PREFIX)/libsoftfloat.a
    32 EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX) -I$(LIBSOFTFLOAT_PREFIX)
     31
     32LIBS = \
     33        $(LIBBLOCK_PREFIX)/libblock.a \
     34        $(LIBSOFTFLOAT_PREFIX)/libsoftfloat.a \
     35        $(LIBDRV_PREFIX)/libdrv.a
     36
     37EXTRA_CFLAGS = \
     38        -I$(LIBBLOCK_PREFIX) \
     39        -I$(LIBSOFTFLOAT_PREFIX) \
     40        -I$(LIBDRV_PREFIX)/include
     41
    3342BINARY = tester
     43MATH = y
    3444
    3545SOURCES = \
     
    5363        fault/fault3.c \
    5464        float/float1.c \
     65        float/float2.c \
    5566        float/softfloat1.c \
    5667        vfs/vfs1.c \
Note: See TracChangeset for help on using the changeset viewer.