Changeset df8eaba in mainline for uspace/app/sysinst/Makefile


Ignore:
Timestamp:
2018-10-06T21:14:14Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0bd66f5
Parents:
e88eb48
Message:

Let installer amend RAM disk image with volume server configuration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sysinst/Makefile

    re88eb48 rdf8eaba  
    2828
    2929USPACE_PREFIX = ../..
    30 LIBS = block fdisk
     30LIBS = block fdisk sif
    3131
    3232BINARY = sysinst
     
    3434SOURCES = \
    3535        futil.c \
    36         sysinst.c
     36        rdimg.c \
     37        sysinst.c \
     38        volume.c
    3739
    3840include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.