From eee67872692f638248672d007231a13830e86542 Mon Sep 17 00:00:00 2001 From: Juan Manuel Cruz Date: Wed, 17 Jun 2015 16:20:30 -0500 Subject: [PATCH] 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 --- scripts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Makefile b/scripts/Makefile index 000841b5080..7b2d684ed7d 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -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