genode/base-linux/lib/mk/lx_hybrid.mk

11 lines
310 B
Makefile
Raw Normal View History

SRC_CC += lx_hybrid.cc new_delete.cc
2011-12-22 16:19:25 +01:00
vpath new_delete.cc $(BASE_DIR)/src/base/cxx
vpath lx_hybrid.cc $(REP_DIR)/src/platform
# add parts of the base library that are shared with core
LIBS += base-common
# non-core parts of the base library (except for the startup code)
include $(REP_DIR)/lib/mk/base.inc