Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/Makefile

    r61cc94e rb93d637  
    3131BINARY = tester
    3232
     33LIBS += $(LIBUSB_PREFIX)/libusb.a
     34EXTRA_CFLAGS += -I$(LIBUSB_PREFIX)/include
     35
    3336SOURCES = \
    3437        tester.c \
     38        adt/usbaddrkeep.c \
    3539        thread/thread1.c \
    3640        print/print1.c \
     
    4953        loop/loop1.c \
    5054        mm/malloc1.c \
     55        mm/mapping1.c \
    5156        hw/misc/virtchar1.c \
    5257        hw/serial/serial1.c
Note: See TracChangeset for help on using the changeset viewer.