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
285 B
Makefile
8 lines
285 B
Makefile
SRC_CC = env.cc context_area.cc reload_parent_cap.cc
|
|
LIBS = ipc heap log_console lock
|
|
INC_DIR += $(BASE_DIR)/src/base/env
|
|
|
|
vpath env.cc $(REP_DIR)/src/base/env
|
|
vpath context_area.cc $(BASE_DIR)/src/base/env
|
|
vpath reload_parent_cap.cc $(BASE_DIR)/src/base/env
|