]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - Makefile
sf: Add S25FL128S_256K IDs
[karo-tx-uboot.git] / Makefile
index fa1e0ae1839ea86bf69a9362cdc277ccbcc9f897..538c3bf74a54054850e6e95f9b2dee7841cf46c3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -165,10 +165,6 @@ VPATH              := $(srctree)$(if $(KBUILD_EXTMOD),:$(KBUILD_EXTMOD))
 
 export srctree objtree VPATH
 
-SPLTREE                := $(objtree)/spl
-TPLTREE                := $(objtree)/tpl
-export SPLTREE TPLTREE
-
 MKCONFIG       := $(srctree)/mkconfig
 export MKCONFIG
 
@@ -1232,7 +1228,7 @@ distclean: mrproper
        @find $(srctree) $(RCS_FIND_IGNORE) \
                \( -name '*.orig' -o -name '*.rej' -o -name '*~' \
                -o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \
-               -o -name '.*.rej' \
+               -o -name '.*.rej' -o -name '*.pyc' \
                -o -name '*%' -o -name '.*.cmd' -o -name 'core' \) \
                -type f -print | xargs rm -f