mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-04-05 05:51:31 +00:00
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>
This commit is contained in:
parent
b220c64d86
commit
1bc1538613
24 changed files with 10 additions and 6 deletions
16
Makefile
16
Makefile
|
@ -140,7 +140,7 @@ endif
|
||||||
# The "tools" are needed early, so put this first
|
# The "tools" are needed early, so put this first
|
||||||
# Don't include stuff already done in $(LIBS)
|
# Don't include stuff already done in $(LIBS)
|
||||||
SUBDIRS = tools \
|
SUBDIRS = tools \
|
||||||
examples \
|
examples/standalone \
|
||||||
api_examples
|
api_examples
|
||||||
|
|
||||||
.PHONY : $(SUBDIRS)
|
.PHONY : $(SUBDIRS)
|
||||||
|
@ -3592,11 +3592,15 @@ grsim_leon2_config : unconfig
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@rm -f $(obj)examples/82559_eeprom $(obj)examples/eepro100_eeprom \
|
@rm -f $(obj)examples/standalone/82559_eeprom \
|
||||||
$(obj)examples/hello_world $(obj)examples/interrupt \
|
$(obj)examples/standalone/eepro100_eeprom \
|
||||||
$(obj)examples/mem_to_mem_idma2intr \
|
$(obj)examples/standalone/hello_world \
|
||||||
$(obj)examples/sched $(obj)examples/smc91111_eeprom \
|
$(obj)examples/standalone/interrupt \
|
||||||
$(obj)examples/test_burst $(obj)examples/timer
|
$(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 \
|
@rm -f $(obj)tools/bmp_logo $(obj)tools/easylogo/easylogo \
|
||||||
$(obj)tools/env/{fw_printenv,fw_setenv} \
|
$(obj)tools/env/{fw_printenv,fw_setenv} \
|
||||||
$(obj)tools/envcrc \
|
$(obj)tools/envcrc \
|
||||||
|
|
Loading…
Add table
Reference in a new issue