Changeset 6efec7e3 in mainline for uspace/srv/sysman/Makefile


Ignore:
Timestamp:
2019-08-03T07:38:34Z (6 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
59ba708
Parents:
4fe7fcb
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-03-17 19:54:13)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-03 07:38:34)
Message:

Unit polymorphism (simple mount), debug logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/sysman/Makefile

    r4fe7fcb r6efec7e3  
    2929
    3030USPACE_PREFIX = ../..
     31EXTRA_CFLAGS = -I. -I./units
    3132BINARY = sysman
    3233STATIC_NEEDED = y
     
    3839        main.c \
    3940        sysman.c \
    40         unit.c
     41        unit.c \
     42        units/unit_cfg.c \
     43        units/unit_mnt.c  \
     44        units/unit_tgt.c
    4145
    4246include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.