mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 07:22:25 +00:00
b1f63e3356
This patch removes 'platform_env.h' from the public API headers because this header was not part of the API anyway.
8 lines
300 B
Makefile
8 lines
300 B
Makefile
SRC_CC = env.cc rm_session_mmap.cc platform_env.cc debug.cc context_area.cc
|
|
LIBS = ipc heap log_console lock syscall
|
|
INC_DIR += $(REP_DIR)/src/base/env
|
|
|
|
vpath env.cc $(BASE_DIR)/src/base/env
|
|
vpath context_area.cc $(BASE_DIR)/src/base/env
|
|
vpath %.cc $(REP_DIR)/src/base/env
|