Skip to content
Snippets Groups Projects
Commit dc3620db authored by Armin Luntzer's avatar Armin Luntzer
Browse files

include kernel/xentium.h only with CONFIG_XENTIUM

parent 006fde2e
Branches
No related tags found
No related merge requests found
......@@ -12,7 +12,11 @@
#include <kernel/ar.h>
#include <kernel/kmem.h>
#include <kernel/string.h>
#if defined(CONFIG_XENTIUM)
#include <kernel/xentium.h>
#endif /* CONFIG_XENTIUM */
#define MSG "MODIMG: "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment