mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 16:31:06 +00:00
7f2f2d9120
Merge core only libs into the target make-files. Use base-hw specific Board drivers that inherit from generic Board_base. Use Page_flags::access_t instead of additional page_flags_t. Fix #570
11 lines
197 B
Makefile
11 lines
197 B
Makefile
#
|
|
# \brief Build config for targets with hw spec
|
|
# \author Martin Stein
|
|
# \date 2012-04-16
|
|
#
|
|
|
|
# use the default startup lib if not set already
|
|
STARTUP_LIB ?= startup
|
|
PRG_LIBS += $(STARTUP_LIB)
|
|
|