2017-12-21 07:45:38 +08:00
|
|
|
/*
|
2024-04-08 23:37:30 +08:00
|
|
|
* Copyright (C) 2018-2024 Intel Corporation
|
2017-12-21 07:45:38 +08:00
|
|
|
*
|
2018-09-18 15:11:08 +08:00
|
|
|
* SPDX-License-Identifier: MIT
|
2017-12-21 07:45:38 +08:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef CONFIG_H
|
|
|
|
#define CONFIG_H
|
|
|
|
|
2018-06-11 22:15:11 +08:00
|
|
|
#cmakedefine NEO_ARCH "${NEO_ARCH}"
|
2017-12-21 07:45:38 +08:00
|
|
|
|
|
|
|
#endif /* CONFIG_H */
|