diff options
author | Wolfgang Denk <wd@denx.de> | 2008-07-02 23:49:18 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-07-02 23:49:18 +0200 |
commit | c8a3b109f07f02342d097b30908965f7261d9f15 (patch) | |
tree | 7e75ca6660102e39d0642f28c306979c7614e84d /board/davinci/dv-evm | |
parent | a30cc5a340e7f8f5f85a0e08e7f6c4106ce117c4 (diff) | |
download | u-boot-c8a3b109f07f02342d097b30908965f7261d9f15.tar.gz u-boot-c8a3b109f07f02342d097b30908965f7261d9f15.tar.xz u-boot-c8a3b109f07f02342d097b30908965f7261d9f15.zip |
Cleanup out-or-tree building for some boards (.depend)
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/davinci/dv-evm')
-rw-r--r-- | board/davinci/dv-evm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/davinci/dv-evm/Makefile b/board/davinci/dv-evm/Makefile index fa0013811d..c58cd2495c 100644 --- a/board/davinci/dv-evm/Makefile +++ b/board/davinci/dv-evm/Makefile @@ -41,7 +41,7 @@ clean: rm -f $(SOBJS) $(OBJS) distclean: clean - rm -f $(LIB) core *.bak *~ .depend + rm -f $(LIB) core *.bak *~ $(obj).depend ######################################################################### # This is for $(obj).depend target |