aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Tyser2009-07-20 19:02:21 -0500
committerWolfgang Denk2009-07-21 02:23:36 -0500
commitd4abc757c26c531293f5bbc4262ade44a317eec9 (patch)
tree125ef9d60654aafbf8c413cb8379957e14917196 /Makefile
parentaf1d7d984a23a0faa1f436ebfeb55c876b1a99e1 (diff)
downloadu-boot-d4abc757c26c531293f5bbc4262ade44a317eec9.tar.gz
u-boot-d4abc757c26c531293f5bbc4262ade44a317eec9.tar.xz
u-boot-d4abc757c26c531293f5bbc4262ade44a317eec9.zip
Move api_examples to examples/api
Also add a rule to remove demo.bin which was previously leftover after a "make clean" Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9ffba2e937..25a62541d1 100644
--- a/Makefile
+++ b/Makefile
@@ -141,7 +141,7 @@ endif
141# Don't include stuff already done in $(LIBS) 141# Don't include stuff already done in $(LIBS)
142SUBDIRS = tools \ 142SUBDIRS = tools \
143 examples/standalone \ 143 examples/standalone \
144 api_examples 144 examples/api
145 145
146.PHONY : $(SUBDIRS) 146.PHONY : $(SUBDIRS)
147 147
@@ -3601,6 +3601,7 @@ clean:
3601 $(obj)examples/standalone/smc91111_eeprom \ 3601 $(obj)examples/standalone/smc91111_eeprom \
3602 $(obj)examples/standalone/test_burst \ 3602 $(obj)examples/standalone/test_burst \
3603 $(obj)examples/standalone/timer 3603 $(obj)examples/standalone/timer
3604 @rm -f $(obj)examples/api/demo{,.bin}
3604 @rm -f $(obj)tools/bmp_logo $(obj)tools/easylogo/easylogo \ 3605 @rm -f $(obj)tools/bmp_logo $(obj)tools/easylogo/easylogo \
3605 $(obj)tools/env/{fw_printenv,fw_setenv} \ 3606 $(obj)tools/env/{fw_printenv,fw_setenv} \
3606 $(obj)tools/envcrc \ 3607 $(obj)tools/envcrc \
@@ -3617,7 +3618,7 @@ clean:
3617 @rm -f $(obj)include/bmp_logo.h 3618 @rm -f $(obj)include/bmp_logo.h
3618 @rm -f $(obj)nand_spl/{u-boot-spl,u-boot-spl.map,System.map} 3619 @rm -f $(obj)nand_spl/{u-boot-spl,u-boot-spl.map,System.map}
3619 @rm -f $(obj)onenand_ipl/onenand-{ipl,ipl.bin,ipl-2k.bin,ipl-4k.bin,ipl.map} 3620 @rm -f $(obj)onenand_ipl/onenand-{ipl,ipl.bin,ipl-2k.bin,ipl-4k.bin,ipl.map}
3620 @rm -f $(obj)api_examples/demo $(TIMESTAMP_FILE) $(VERSION_FILE) 3621 @rm -f $(TIMESTAMP_FILE) $(VERSION_FILE)
3621 @find $(OBJTREE) -type f \ 3622 @find $(OBJTREE) -type f \
3622 \( -name 'core' -o -name '*.bak' -o -name '*~' \ 3623 \( -name 'core' -o -name '*.bak' -o -name '*~' \
3623 -o -name '*.o' -o -name '*.a' -o -name '*.exe' \) -print \ 3624 -o -name '*.o' -o -name '*.a' -o -name '*.exe' \) -print \