Skip to content
Snippets Groups Projects
Commit f33f3e07 authored by York Sun's avatar York Sun
Browse files

tools/env: Correct include kconfig


While we move some config macros to Kconfig, kconfig header is needed
to avoid compiling error if not already included.

Signed-off-by: default avatarYork Sun <york.sun@nxp.com>
parent 693d4c9f
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@
* SPDX-License-Identifier: GPL-2.0+
*/
#include <linux/kconfig.h>
#ifndef __ASSEMBLY__
#define __ASSEMBLY__ /* Dirty trick to get only #defines */
#endif
......
......@@ -12,6 +12,8 @@
#include <string.h>
#include <unistd.h>
#include <linux/kconfig.h>
#ifndef __ASSEMBLY__
#define __ASSEMBLY__ /* Dirty trick to get only #defines */
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment