summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2009-07-10 11:03:19 -0500
committerWolfgang Denk <wd@denx.de>2009-07-21 00:13:21 +0200
commit1bc1538613d66cef3cbce680fc8d7c3561a0fbd0 (patch)
treef832202519d4077e8ca735948198691f054fe968 /Makefile
parentb220c64d86f7c705a183302c3b50076d7e5d876c (diff)
downloadblackbird-obmc-uboot-1bc1538613d66cef3cbce680fc8d7c3561a0fbd0.tar.gz
blackbird-obmc-uboot-1bc1538613d66cef3cbce680fc8d7c3561a0fbd0.zip
Move examples/ to examples/standalone
The current files in examples are all standalone application examples, so put them in their own subdirectory for organizational purposes Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 10 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 4fe32328cb..9ffba2e937 100644
--- a/Makefile
+++ b/Makefile
@@ -140,7 +140,7 @@ endif
# The "tools" are needed early, so put this first
# Don't include stuff already done in $(LIBS)
SUBDIRS = tools \
- examples \
+ examples/standalone \
api_examples
.PHONY : $(SUBDIRS)
@@ -3592,11 +3592,15 @@ grsim_leon2_config : unconfig
#########################################################################
clean:
- @rm -f $(obj)examples/82559_eeprom $(obj)examples/eepro100_eeprom \
- $(obj)examples/hello_world $(obj)examples/interrupt \
- $(obj)examples/mem_to_mem_idma2intr \
- $(obj)examples/sched $(obj)examples/smc91111_eeprom \
- $(obj)examples/test_burst $(obj)examples/timer
+ @rm -f $(obj)examples/standalone/82559_eeprom \
+ $(obj)examples/standalone/eepro100_eeprom \
+ $(obj)examples/standalone/hello_world \
+ $(obj)examples/standalone/interrupt \
+ $(obj)examples/standalone/mem_to_mem_idma2intr \
+ $(obj)examples/standalone/sched \
+ $(obj)examples/standalone/smc91111_eeprom \
+ $(obj)examples/standalone/test_burst \
+ $(obj)examples/standalone/timer
@rm -f $(obj)tools/bmp_logo $(obj)tools/easylogo/easylogo \
$(obj)tools/env/{fw_printenv,fw_setenv} \
$(obj)tools/envcrc \
OpenPOWER on IntegriCloud