Changeset 41811af in mainline for uspace/app/tester/Makefile


Ignore:
Timestamp:
2011-06-10T10:14:26Z (14 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ab547063
Parents:
9536e6e (diff), 390d80d (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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/Makefile

    r9536e6e r41811af  
    2929
    3030USPACE_PREFIX = ../..
     31LIBS = $(LIBBLOCK_PREFIX)/libblock.a $(LIBEXT2_PREFIX)/libext2.a
     32EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX) -I$(LIBEXT2_PREFIX)
    3133BINARY = tester
    3234
    3335SOURCES = \
    3436        tester.c \
     37        util.c \
    3538        thread/thread1.c \
    3639        print/print1.c \
     
    5255        mm/malloc2.c \
    5356        mm/malloc3.c \
     57        mm/mapping1.c \
    5458        devs/devman1.c \
     59        devs/devman2.c \
    5560        hw/misc/virtchar1.c \
    56         hw/serial/serial1.c
     61        hw/serial/serial1.c \
     62        libext2/libext2_1.c
    5763
    5864include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.