mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-25 11:12:50 +00:00
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
|