mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
10 lines
193 B
Makefile
10 lines
193 B
Makefile
|
#
|
||
|
# \brief x86-specific base lib parts that are not used by hybrid applications
|
||
|
# \author Christian Prochaska
|
||
|
# \date 2014-05-14
|
||
|
#
|
||
|
|
||
|
SRC_CC += cpu/cache.cc
|
||
|
|
||
|
include $(REP_DIR)/lib/mk/base.mk
|