genode/os/lib/mk/platform_arndale/foc_cli_monitor.mk
Stefan Kalkowski 664d0036c8 Use cpu regulator in cli_monitor only on Arndale
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.
2013-06-26 11:29:26 +02:00

7 lines
200 B
Makefile

SRC_CC = extension.cc
REQUIRES = foc_arndale
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/arndale