Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/Makefile

    r9e953bda r90a8836  
    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 \
     
    4851        ipc/ping_pong.c \
    4952        loop/loop1.c \
     53        mm/common.c \
    5054        mm/malloc1.c \
    5155        mm/malloc2.c \
     56        mm/malloc3.c \
     57        mm/mapping1.c \
    5258        devs/devman1.c \
     59        devs/devman2.c \
    5360        hw/misc/virtchar1.c \
    54         hw/serial/serial1.c
     61        hw/serial/serial1.c \
     62        libext2/libext2_1.c
    5563
    5664include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.