Changes in uspace/app/tester/Makefile [12f9f0d0:013a5d7] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/Makefile
r12f9f0d0 r013a5d7 29 29 30 30 USPACE_PREFIX = ../.. 31 LIBS = $(LIBEXT2_PREFIX)/libext2.a $(LIBBLOCK_PREFIX)/libblock.a32 EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX) -I$(LIBEXT2_PREFIX)33 31 BINARY = tester 34 32 35 33 SOURCES = \ 36 34 tester.c \ 37 util.c \38 35 thread/thread1.c \ 39 36 print/print1.c \ … … 55 52 mm/malloc2.c \ 56 53 mm/malloc3.c \ 57 mm/mapping1.c \54 devs/devman1.c \ 58 55 hw/misc/virtchar1.c \ 59 hw/serial/serial1.c \ 60 libext2/libext2_1.c 56 hw/serial/serial1.c 61 57 62 58 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.