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


Ignore:
Timestamp:
2011-11-06T22:21:05Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
898e847
Parents:
2bdf8313 (diff), 7b5f4c9 (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

    r2bdf8313 rb0f00a9  
    2929
    3030USPACE_PREFIX = ../..
     31LIBS = $(LIBEXT2_PREFIX)/libext2.a $(LIBBLOCK_PREFIX)/libblock.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 \
    54         devs/devman1.c \
     57        mm/mapping1.c \
    5558        hw/misc/virtchar1.c \
    56         hw/serial/serial1.c
     59        hw/serial/serial1.c \
     60        libext2/libext2_1.c
    5761
    5862include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.