depot: recipes for file_terminal, terminal_log

This commit is contained in:
Norman Feske 2017-09-07 15:15:00 +02:00 committed by Christian Helmuth
parent 1953a31031
commit 070aa62f92
7 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,2 @@
SRC_DIR = src/server/file_terminal
include $(GENODE_DIR)/repos/base/recipes/src/content.inc

View File

@ -0,0 +1 @@
2017-09-07-f 5073033fed5362b27653819e4aeebe1f3b4fded3

View File

@ -0,0 +1,5 @@
base
os
libc
vfs
terminal_session

View File

@ -1,3 +1,3 @@
TARGET = file_terminal
SRC_CC = main.cc
LIBS = libc
LIBS = base libc

View File

@ -0,0 +1,2 @@
SRC_DIR = src/server/terminal_log
include $(GENODE_DIR)/repos/base/recipes/src/content.inc

View File

@ -0,0 +1 @@
2017-09-07-a 8fdfe539cba02a3ed2c5f35ea47be35905d0e2ef

View File

@ -0,0 +1,3 @@
base
os
terminal_session