mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 17:01:07 +00:00
10 lines
197 B
Makefile
10 lines
197 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
|
||
|
|
||
|
include $(REP_DIR)/lib/mk/base.mk
|