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/atmel/at91sam9263ek | |
| parent | a30cc5a340e7f8f5f85a0e08e7f6c4106ce117c4 (diff) | |
| download | olio-uboot-2014.01-c8a3b109f07f02342d097b30908965f7261d9f15.tar.xz olio-uboot-2014.01-c8a3b109f07f02342d097b30908965f7261d9f15.zip | |
Cleanup out-or-tree building for some boards (.depend)
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/atmel/at91sam9263ek')
| -rw-r--r-- | board/atmel/at91sam9263ek/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/atmel/at91sam9263ek/Makefile b/board/atmel/at91sam9263ek/Makefile index 5adb0bc85..00a6b00dd 100644 --- a/board/atmel/at91sam9263ek/Makefile +++ b/board/atmel/at91sam9263ek/Makefile @@ -45,7 +45,7 @@ clean:  	rm -f $(SOBJS) $(OBJS)  distclean:	clean -	rm -f $(LIB) core *.bak .depend +	rm -f $(LIB) core *.bak $(obj).depend  ######################################################################### |