genode/repos/os/src/init/target.mk
Norman Feske 1cf830497a init: refactoring into multiple files
This patch splits the implementation of init into several headers to
make the implementation easier to digest and to maintain.
2017-03-24 16:19:56 +01:00

5 lines
82 B
Makefile

TARGET = init
SRC_CC = main.cc child.cc
LIBS = base
INC_DIR += $(PRG_DIR)