Changeset bb154c6 in mainline for uspace/srv/sysman/Makefile


Ignore:
Timestamp:
2019-08-03T08:15:25Z (6 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
09a8006
Parents:
6006f35
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-04-15 15:14:58)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-03 08:15:25)
Message:

Add skeleton for configuration files loading

  • Create content of /cfg directory,
  • create sample configuration file,
  • refactored polymorphism.

Conflicts:

boot/Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/sysman/Makefile

    r6006f35 rbb154c6  
    2929
    3030USPACE_PREFIX = ../..
    31 EXTRA_CFLAGS = -I. -I./units
     31LIBS = $(LIBCONF_PREFIX)/libconf.a
     32EXTRA_CFLAGS += -I. -I./units -I$(LIBCONF_PREFIX)/include
    3233BINARY = sysman
    3334STATIC_NEEDED = y
     
    4142        unit.c \
    4243        units/unit_cfg.c \
    43         units/unit_mnt.c  \
    44         units/unit_tgt.c
     44        units/unit_mnt.c \
     45        units/unit_tgt.c \
     46        util.c
    4547
    4648include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.