Changes in uspace/app/tester/Makefile [61cc94e:3f45993] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/Makefile
r61cc94e r3f45993 31 31 BINARY = tester 32 32 33 LIBS += $(LIBUSB_PREFIX)/libusb.a 34 EXTRA_CFLAGS += -I$(LIBUSB_PREFIX)/include 35 33 36 SOURCES = \ 34 37 tester.c \ 38 adt/usbaddrkeep.c \ 35 39 thread/thread1.c \ 36 40 print/print1.c \ … … 47 51 vfs/vfs1.c \ 48 52 ipc/ping_pong.c \ 53 ipc/register.c \ 54 ipc/connect.c \ 49 55 loop/loop1.c \ 50 56 mm/malloc1.c \ 51 hw/misc/virtchar1.c \52 57 hw/serial/serial1.c 53 58
Note:
See TracChangeset
for help on using the changeset viewer.