Changeset 28ed0d9 in mainline for uspace/srv/bd/vbd/Makefile


Ignore:
Timestamp:
2015-06-27T19:50:12Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
78d50bd
Parents:
22fb7ab
Message:

VBD client API, liblabel API, pass partition creation/deletion through to VBD.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/vbd/Makefile

    r22fb7ab r28ed0d9  
    2828
    2929USPACE_PREFIX = ../../..
     30
     31LIBS = \
     32        $(LIBLABEL_PREFIX)/liblabel.a \
     33        $(LIBBLOCK_PREFIX)/libblock.a
     34
     35EXTRA_CFLAGS = \
     36        -I$(LIBLABEL_PREFIX)/include
     37
    3038BINARY = vbd
    3139
    3240SOURCES = \
     41        disk.c \
    3342        vbd.c
    3443
Note: See TracChangeset for help on using the changeset viewer.