mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-29 01:58:55 +00:00
11 lines
189 B
Makefile
11 lines
189 B
Makefile
|
#
|
||
|
# \brief Build config for parts of core that depend on Muen status
|
||
|
# \author Stefan Kalkowski
|
||
|
# \date 2015-06-02
|
||
|
#
|
||
|
|
||
|
REQUIRES = x86_64
|
||
|
|
||
|
# add library dependencies
|
||
|
LIBS += core-muen_off
|