ext_man: Move extended manifest generator out of kernel folder

Generator is part of rimage tool and there is any reference to them
in kernel source code, so it should be moved out of kernel folder.

Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com>
This commit is contained in:
Karol Trzcinski 2020-05-13 14:09:18 +02:00 committed by Liam Girdwood
parent f23b2c2d07
commit 67d09d61c8
3 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
#include <string.h>
#include <unistd.h>
#include "kernel/ext_manifest_gen.h"
#include "ext_manifest_gen.h"
#include "kernel/ext_manifest.h"
#include "rimage.h"

View File

@ -8,7 +8,7 @@
#include <errno.h>
#include <string.h>
#include "kernel/ext_manifest_gen.h"
#include "ext_manifest_gen.h"
#include "rimage.h"
#include "manifest.h"