Changeset 64ffd83 in mainline for uspace/srv/volsrv/Makefile


Ignore:
Timestamp:
2018-07-24T09:43:38Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bec18a9
Parents:
05208d9
git-author:
Jiri Svoboda <jiri@…> (2018-07-23 18:41:45)
git-committer:
Jiri Svoboda <jiri@…> (2018-07-24 09:43:38)
Message:

Configuring mount point for (newly created) paritions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified uspace/srv/volsrv/Makefile

    r05208d9 r64ffd83  
    3737        mkfs.c \
    3838        part.c \
    39         volsrv.c
     39        volsrv.c \
     40        volume.c
     41
     42TEST_SOURCES = \
     43        volume.c \
     44        test/main.c \
     45        test/volume.c
    4046
    4147include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.