mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
13 lines
259 B
Makefile
13 lines
259 B
Makefile
#
|
|
# \brief Build config for a core that prints hardware information
|
|
# \author Johannes Schlatow
|
|
# \author Martin Stein
|
|
# \date 2011-12-16
|
|
#
|
|
|
|
# add C++ sources
|
|
SRC_CC += spec/arm_v7/info.cc
|
|
|
|
# decrlare source directories
|
|
vpath % $(REP_DIR)/src/test/hw_info
|