mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-03 12:34:12 +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++
|