Changes in uspace/app/tester/Makefile [ffdd2b9:e5773c6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/Makefile
rffdd2b9 re5773c6 29 29 30 30 USPACE_PREFIX = ../.. 31 BINARY = tester 31 LIBS = $(LIBC_PREFIX)/libc.a 32 33 OUTPUT = tester 32 34 33 35 SOURCES = \ … … 38 40 print/print3.c \ 39 41 print/print4.c \ 40 print/print5.c \41 42 console/console1.c \ 42 43 stdio/stdio1.c \ … … 50 51 ipc/connect.c \ 51 52 loop/loop1.c \ 52 mm/malloc1.c \ 53 hw/serial/serial1.c 53 mm/malloc1.c 54 54 55 include $(USPACE_PREFIX)/Makefile.common55 include ../Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.