genode/repos/base-hw/src/test/hw_info/target.mk
Martin Stein b3655902ed hw & arm_v7: provide run/hw_info
The run test 'hw_info' prints the content of the basic ARMv7 identification and
feature registers in a pretty readable format. It is a kernel-internal test
because many of these registers are restricted to privilege level 1 or higher.

fix #1278
2014-11-28 12:02:35 +01:00

15 lines
289 B
Makefile

#
# \brief Build config for a core that prints hardware information
# \author Martin Stein
# \date 2011-12-16
#
# set target name that this configuration applies to
TARGET = test-hw_info
# add library dependencies
LIBS += core test-hw_info
# add C++ sources
SRC_CC += kernel/test.cc