muen: Build sinfo code as static sinfo-muen library

And link it with core and virtualbox.
This commit is contained in:
Reto Buerki
2017-01-17 17:13:06 +01:00
committed by Norman Feske
parent eec2cb34f8
commit 0938d69192
6 changed files with 10 additions and 9 deletions

View File

@ -11,8 +11,8 @@
* under the terms of the GNU General Public License version 2.
*/
#ifndef _BASE__MUEN__MUSINFO_H_
#define _BASE__MUEN__MUSINFO_H_
#ifndef _LIB__MUEN__MUSINFO_H_
#define _LIB__MUEN__MUSINFO_H_
#include <base/stdint.h>
@ -82,4 +82,4 @@ struct subject_info_type {
struct dev_info_type dev_info[MAX_RESOURCE_COUNT];
} __attribute__((packed, aligned (8)));
#endif /* _BASE__MUEN__MUSINFO_H_ */
#endif /* _LIB__MUEN__MUSINFO_H_ */