summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2020-06-17 11:58:16 +0900
committerSascha Hauer <s.hauer@pengutronix.de>2020-06-17 10:29:42 +0200
commite53af5a8cbf5a7b416389761833b08c1440b065d (patch)
treedf1f33eae2ff4a48e5a1bd3fefb5e30b8d83cb56 /Makefile
parent775518a3d715126b7827719da5201d9a80ae67f6 (diff)
downloadbarebox-e53af5a8cbf5a7b416389761833b08c1440b065d.tar.gz
barebox-e53af5a8cbf5a7b416389761833b08c1440b065d.tar.xz
kbuild: remove package targets
This hunk is already out of sync from upstream Linux. Barebox does not support package targets, so let's delete this rotten code. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index efb5fc9ee4..da01ca5b00 100644
--- a/Makefile
+++ b/Makefile
@@ -1123,18 +1123,6 @@ distclean: mrproper
-o -name 'core' \) \
-type f -print | xargs rm -f
-
-# Packaging of the kernel to various formats
-# ---------------------------------------------------------------------------
-# rpm target kept for backward compatibility
-package-dir := $(srctree)/scripts/package
-
-%pkg: include/config/kernel.release FORCE
- $(Q)$(MAKE) $(build)=$(package-dir) $@
-rpm: include/config/kernel.release FORCE
- $(Q)$(MAKE) $(build)=$(package-dir) $@
-
-
# Brief documentation of the typical targets used
# ---------------------------------------------------------------------------