mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
664d0036c8
This commit splits the Fiasco.OC-specific extension for the cli_monitor into one for the Arndale platform, and one for all others. On Arndale we add the cpu_frequency command beside the ones defined on all platforms.
7 lines
184 B
Makefile
7 lines
184 B
Makefile
SRC_CC = extension.cc
|
|
REQUIRES = foc
|
|
INC_DIR += $(REP_DIR)/src/app/cli_monitor \
|
|
$(REP_DIR)/src/app/cli_monitor/foc
|
|
|
|
vpath extension.cc $(REP_DIR)/src/app/cli_monitor/foc
|