]> Git Repo - J-u-boot.git/blobdiff - Makefile
First steps implementing NAND support. Not working, fails to read ID.
[J-u-boot.git] / Makefile
index 516bf2c192d77f31153be9b6342a590f0336541f..26f5ae638d911f99ad6538addf94ba4447aa9eca 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -208,6 +208,9 @@ etags:
                                net disk rtc dtt drivers drivers/sk98lin common \
                        \( -name CVS -prune \) -o \( -name '*.[ch]' -print \)`
 
+ctags:
+               ctags -Re
+
 System.map:    u-boot
                @$(NM) $< | \
                grep -v '\(compiled\)\|\(\.o$$\)\|\( [aUw] \)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)' | \
@@ -1874,7 +1877,7 @@ clobber:  clean
                -o -name '*.srec' -o -name '*.bin' -o -name u-boot.img \) \
                -print0 \
                | xargs -0 rm -f
-       rm -f $(OBJS) *.bak tags TAGS include/version_autogenerated.h
+       rm -f $(OBJS) *.bak tags include/version_autogenerated.h
 
        rm -fr *.*~
        rm -f u-boot u-boot.map u-boot.hex $(ALL)
This page took 0.025362 seconds and 4 git commands to generate.