Changeset 6efec7e3 in mainline for uspace/srv/sysman/Makefile
- Timestamp:
- 2019-08-03T07:38:34Z (6 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/Makefile
r4fe7fcb r6efec7e3 29 29 30 30 USPACE_PREFIX = ../.. 31 EXTRA_CFLAGS = -I. -I./units 31 32 BINARY = sysman 32 33 STATIC_NEEDED = y … … 38 39 main.c \ 39 40 sysman.c \ 40 unit.c 41 unit.c \ 42 units/unit_cfg.c \ 43 units/unit_mnt.c \ 44 units/unit_tgt.c 41 45 42 46 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.