Kbuild: Clean target fix.
This commit fix an error with the clean targets. The package directory does not exist anymore. Change-Id: I415085cb35eda9a1f30d6b53a5529e1fb2a8447a Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>
This commit is contained in:
parent
1eb89a9b3a
commit
eee6787269
1 changed files with 1 additions and 1 deletions
|
@ -21,4 +21,4 @@ build_docproc: $(obj)/docproc
|
|||
subdir-$(CONFIG_MODVERSIONS) += genksyms
|
||||
|
||||
# Let clean descend into subdirs
|
||||
subdir- += basic kconfig package gen_idt
|
||||
subdir- += basic kconfig gen_idt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue