mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-22 18:22:41 +00:00
This patch removes 'platform_env.h' from the public API headers because this header was not part of the API anyway.
8 lines
259 B
Makefile
8 lines
259 B
Makefile
SRC_CC = env.cc parent.cc context_area.cc
|
|
LIBS = ipc heap lock log_console
|
|
INC_DIR += $(BASE_DIR)/src/base/env
|
|
|
|
vpath env.cc $(BASE_DIR)/src/base/env
|
|
vpath context_area.cc $(BASE_DIR)/src/base/env
|
|
vpath parent.cc $(REP_DIR)/src/base/env
|