mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
base-hw: Adaptation to new base library layout
This is a follow-up fix of fae63f4fa9df237a5fa3d658b870def17e82f265 Fix #18
This commit is contained in:
parent
251d08d511
commit
79d5f9c565
10
base-hw/lib/mk/arm/startup.mk
Executable file
10
base-hw/lib/mk/arm/startup.mk
Executable file
@ -0,0 +1,10 @@
|
||||
#
|
||||
# \brief Linked against any program expect LDSO and dynamic binaries
|
||||
# \author Martin Stein
|
||||
# \date 2012-04-16
|
||||
#
|
||||
|
||||
include $(BASE_DIR)/lib/mk/startup.inc
|
||||
|
||||
vpath crt0.s $(REP_DIR)/src/platform/arm
|
||||
|
@ -1,3 +1,5 @@
|
||||
|
||||
SRC_CC = syscall.cc
|
||||
|
||||
vpath syscall.cc $(REP_DIR)/src/base/arm
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
LIBS += cxx syscall
|
||||
|
||||
SRC_CC += ipc.cc ipc/ipc_marshal_cap
|
||||
SRC_CC += ipc.cc ipc/ipc_marshal_cap.cc
|
||||
SRC_CC += avl_tree/avl_tree.cc
|
||||
SRC_CC += allocator/slab.cc
|
||||
SRC_CC += allocator/allocator_avl.cc
|
||||
|
@ -13,8 +13,7 @@ INC_DIR += $(REP_DIR)/src/core/arndale
|
||||
|
||||
# add C++ sources
|
||||
SRC_CC += platform_services.cc \
|
||||
platform_support.cc \
|
||||
syscall.cc
|
||||
platform_support.cc
|
||||
|
||||
# add assembly sources
|
||||
SRC_S += mode_transition.s \
|
||||
@ -25,7 +24,6 @@ SRC_S += mode_transition.s \
|
||||
vpath platform_services.cc $(BASE_DIR)/src/core
|
||||
vpath platform_support.cc $(REP_DIR)/src/core/arndale
|
||||
vpath mode_transition.s $(REP_DIR)/src/core/arm_v7
|
||||
vpath syscall.cc $(REP_DIR)/src/base/arm
|
||||
vpath crt0.s $(REP_DIR)/src/core/arm
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user