Changeset 77a194c in mainline for uspace/srv/volsrv/Makefile
- Timestamp:
- 2015-11-04T18:55:46Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 44183b98
- Parents:
- 5265eea4 (diff), bfcde8d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/volsrv/Makefile
r5265eea4 r77a194c 1 1 # 2 # Copyright (c) 2005 Martin Decky 3 # Copyright (c) 2007 Jakub Jermar 2 # Copyright (c) 2015 Jiri Svoboda 4 3 # All rights reserved. 5 4 # … … 28 27 # 29 28 30 USPACE_PREFIX = ../../../.. 29 USPACE_PREFIX = ../.. 30 31 31 LIBS = $(LIBBLOCK_PREFIX)/libblock.a 32 EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX) 33 BINARY = mbr_part 32 EXTRA_CFLAGS = -I $(LIBBLOCK_PREFIX) 33 34 BINARY = volsrv 34 35 35 36 SOURCES = \ 36 mbr_part.c 37 empty.c \ 38 mkfs.c \ 39 part.c \ 40 volsrv.c 37 41 38 42 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.