Changeset 03362fbd in mainline for uspace/app/tester/Makefile


Ignore:
Timestamp:
2013-02-09T23:14:45Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
22dfd38
Parents:
b5d2e57 (diff), 005b765 (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.

Conflict resulting from bool.h → stdbool.h move and ddf structs turning opaque.
Fails to boot to shell console.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/Makefile

    rb5d2e57 r03362fbd  
    2929
    3030USPACE_PREFIX = ../..
    31 LIBS = $(LIBEXT2_PREFIX)/libext2.a $(LIBBLOCK_PREFIX)/libblock.a
    32 EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX) -I$(LIBEXT2_PREFIX)
     31LIBS = $(LIBBLOCK_PREFIX)/libblock.a $(LIBSOFTFLOAT_PREFIX)/libsoftfloat.a
     32EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX) -I$(LIBSOFTFLOAT_PREFIX)
    3333BINARY = tester
    3434
     
    4242        print/print4.c \
    4343        print/print5.c \
     44        print/print6.c \
    4445        console/console1.c \
    4546        stdio/stdio1.c \
    4647        stdio/stdio2.c \
     48        stdio/logger1.c \
     49        stdio/logger2.c \
    4750        fault/fault1.c \
    4851        fault/fault2.c \
    4952        fault/fault3.c \
     53        float/float1.c \
     54        float/softfloat1.c \
    5055        vfs/vfs1.c \
    5156        ipc/ping_pong.c \
     
    5863        mm/mapping1.c \
    5964        hw/misc/virtchar1.c \
    60         hw/serial/serial1.c \
    61         libext2/libext2_1.c
     65        hw/serial/serial1.c
    6266
    6367include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.