summaryrefslogtreecommitdiff
path: root/mk/macros.packages.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-03-22 23:02:53 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-03-22 23:02:53 +0100
commitb737e74100b30f9ffe0e7152d9a2c10fac83a101 (patch)
treededce506ac51d289810b7f4c3c09df05b8585992 /mk/macros.packages.mk
parent9e04d151fa954d99645c1eb0f9a757ca851a258b (diff)
downloadembtoolkit-b737e74100b30f9ffe0e7152d9a2c10fac83a101.tar.gz
embtoolkit-b737e74100b30f9ffe0e7152d9a2c10fac83a101.tar.bz2
embtoolkit-b737e74100b30f9ffe0e7152d9a2c10fac83a101.tar.xz
Build system: remove now unused and ugly pkg .kconfig file generator
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'mk/macros.packages.mk')
-rw-r--r--mk/macros.packages.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/mk/macros.packages.mk b/mk/macros.packages.mk
index c777934..fbbb5e9 100644
--- a/mk/macros.packages.mk
+++ b/mk/macros.packages.mk
@@ -773,11 +773,3 @@ define embtk_cleanup_pkg
$(call embtk_pinfo,"Cleanup $(__embtk_pkg_name)..."))
$(Q)$(call __embtk_cleanup_pkg,$(1))
endef
-
-#
-# Implicit rule to print a package and its dependencies kconfig entries.
-#
-__embtk_%_printmetakconfigs:
- $(call __embtk_pkg_printkconfigs,$*)
- $(foreach dep,$(call __embtk_pkg_depspkgv,$*), \
- $(call __embtk_pkg_printkconfigs,$(dep));)