mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
e6729316ff
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
155 B
Makefile
6 lines
155 B
Makefile
SRC_C = bootinfo.c
|
|
INC_DIR += $(REP_DIR)/src/include/bootinfo/internal
|
|
CC_WARN = -Wall -Wno-attributes
|
|
|
|
vpath bootinfo.c $(OKL4_DIR)/libs/bootinfo/src
|