mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-24 02:51:20 +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
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
|