mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
This patch establishes a common organization of header files internal to the base framework. The internal headers are located at '<repository>/src/include/base/internal/'. This structure has been choosen to make the nature of those headers immediately clear when included: #include <base/internal/lock_helper.h> Issue #1832
6 lines
130 B
Makefile
6 lines
130 B
Makefile
SRC_CC = core_printf.cc
|
|
INC_DIR += $(REP_DIR)/src/include
|
|
LIBS += syscall
|
|
|
|
vpath core_printf.cc $(BASE_DIR)/src/base/console
|