genode/repos/ports/src/noux/target.mk
2019-01-30 13:35:29 +01:00

7 lines
111 B
Makefile

TARGET = noux
LIBS = base vfs
SRC_CC = main.cc syscall.cc
INC_DIR += $(PRG_DIR)
vpath %.cc $(PRG_DIR)