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:
Juan Manuel Cruz 2015-06-17 16:20:30 -05:00 committed by Anas Nashif
commit eee6787269

View file

@ -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