mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-27 01:11:06 +00:00
8 lines
166 B
Makefile
8 lines
166 B
Makefile
|
SRC_CC = lx_hybrid.cc new_delete.cc
|
||
|
LIBS += syscall env
|
||
|
|
||
|
vpath new_delete.cc $(BASE_DIR)/src/base/cxx
|
||
|
vpath lx_hybrid.cc $(REP_DIR)/src/platform
|
||
|
|
||
|
CUSTOM_CXX = g++
|