mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-28 01:28:53 +00:00
23ed5d3936
This commit uses CUSTOM_HOST_CC/CUSTOM_HOST_CXX instead of hardcoded commands and introduces HOST_DEV_PREFIX. Original patch by Roman Iten and Pirmin Duss. Issue #3466
12 lines
224 B
Makefile
12 lines
224 B
Makefile
#
|
|
# \brief ARM-specific base lib parts that are not used by hybrid applications
|
|
# \author Christian Prochaska
|
|
# \date 2014-05-14
|
|
#
|
|
|
|
SRC_CC += cpu/arm/cache.cc
|
|
|
|
LIBS += timeout-arm
|
|
|
|
include $(REP_DIR)/lib/mk/base-linux.mk
|