mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 17:01:07 +00:00
ccffbb0dfc
Fixes #2184
10 lines
195 B
Makefile
10 lines
195 B
Makefile
#
|
|
# \brief x86-specific base lib parts that are not used by hybrid applications
|
|
# \author Christian Prochaska
|
|
# \date 2014-05-14
|
|
#
|
|
|
|
SRC_CC += cache.cc
|
|
|
|
include $(REP_DIR)/lib/mk/base-linux.mk
|