Signed-off-by: Remy Bohmer <[email protected]>
---
rules/u-boot.make | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/rules/u-boot.make b/rules/u-boot.make
index 728a2cc..ecac414 100644
--- a/rules/u-boot.make
+++ b/rules/u-boot.make
@@ -48,6 +48,14 @@ $(STATEDIR)/u-boot.prepare:
@$(call touch)
# ----------------------------------------------------------------------------
+# tags
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/u-boot.tags:
+ @$(call targetinfo)
+ @cd $(U_BOOT_DIR) && $(U_BOOT_PATH) $(U_BOOT_ENV) $(MAKE) ctags
+
+# ----------------------------------------------------------------------------
# Install
# ----------------------------------------------------------------------------
--
1.7.0.4
--
ptxdist mailing list
[email protected]