Changeset 77a194c in mainline for uspace/srv/volsrv/Makefile


Ignore:
Timestamp:
2015-11-04T18:55:46Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
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.
Message:

Merge new disk partitioning architecture.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/srv/volsrv/Makefile

    r5265eea4 r77a194c  
    11#
    2 # Copyright (c) 2005 Martin Decky
    3 # Copyright (c) 2007 Jakub Jermar
     2# Copyright (c) 2015 Jiri Svoboda
    43# All rights reserved.
    54#
     
    2827#
    2928
    30 USPACE_PREFIX = ../../../..
     29USPACE_PREFIX = ../..
     30
    3131LIBS = $(LIBBLOCK_PREFIX)/libblock.a
    32 EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX)
    33 BINARY = mbr_part
     32EXTRA_CFLAGS = -I $(LIBBLOCK_PREFIX)
     33
     34BINARY = volsrv
    3435
    3536SOURCES = \
    36         mbr_part.c
     37        empty.c \
     38        mkfs.c \
     39        part.c \
     40        volsrv.c
    3741
    3842include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.