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/prodrive | |
parent | a30cc5a340e7f8f5f85a0e08e7f6c4106ce117c4 (diff) | |
download | u-boot-imx-c8a3b109f07f02342d097b30908965f7261d9f15.zip u-boot-imx-c8a3b109f07f02342d097b30908965f7261d9f15.tar.gz u-boot-imx-c8a3b109f07f02342d097b30908965f7261d9f15.tar.bz2 |
Cleanup out-or-tree building for some boards (.depend)
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/prodrive')
-rw-r--r-- | board/prodrive/alpr/Makefile | 2 | ||||
-rw-r--r-- | board/prodrive/p3mx/Makefile | 2 | ||||
-rw-r--r-- | board/prodrive/p3p440/Makefile | 2 | ||||
-rw-r--r-- | board/prodrive/pdnb3/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/board/prodrive/alpr/Makefile b/board/prodrive/alpr/Makefile index 00dc180..6e5734d 100644 --- a/board/prodrive/alpr/Makefile +++ b/board/prodrive/alpr/Makefile @@ -39,7 +39,7 @@ clean: rm -f $(SOBJS) $(OBJS) distclean: clean - rm -f $(LIB) core *.bak .depend *~ + rm -f $(LIB) core *.bak $(obj).depend *~ ######################################################################### diff --git a/board/prodrive/p3mx/Makefile b/board/prodrive/p3mx/Makefile index bf74a5a..a560a0b 100644 --- a/board/prodrive/p3mx/Makefile +++ b/board/prodrive/p3mx/Makefile @@ -43,7 +43,7 @@ clean: rm -f $(SOBJS) $(OBJS) distclean: clean - rm -f $(LIB) core *.bak .depend *~ + rm -f $(LIB) core *.bak $(obj).depend *~ ######################################################################### diff --git a/board/prodrive/p3p440/Makefile b/board/prodrive/p3p440/Makefile index 261e5d4..b93f2c3 100644 --- a/board/prodrive/p3p440/Makefile +++ b/board/prodrive/p3p440/Makefile @@ -39,7 +39,7 @@ clean: rm -f $(SOBJS) $(OBJS) distclean: clean - rm -f $(LIB) core *.bak .depend + rm -f $(LIB) core *.bak $(obj).depend ######################################################################### diff --git a/board/prodrive/pdnb3/Makefile b/board/prodrive/pdnb3/Makefile index 096db6f..d07f25f 100644 --- a/board/prodrive/pdnb3/Makefile +++ b/board/prodrive/pdnb3/Makefile @@ -38,7 +38,7 @@ clean: rm -f $(SOBJS) $(OBJS) distclean: clean - rm -f $(LIB) core *.bak .depend + rm -f $(LIB) core *.bak $(obj).depend ######################################################################### |