mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
examples: add smc911x_eeprom to clean target
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
ac56032676
commit
201a017c2f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1101,7 +1101,7 @@ clean:
|
|||
$(obj)examples/standalone/interrupt \
|
||||
$(obj)examples/standalone/mem_to_mem_idma2intr \
|
||||
$(obj)examples/standalone/sched \
|
||||
$(obj)examples/standalone/smc91111_eeprom \
|
||||
$(obj)examples/standalone/smc911{11,x}_eeprom \
|
||||
$(obj)examples/standalone/test_burst \
|
||||
$(obj)examples/standalone/timer
|
||||
@rm -f $(obj)examples/api/demo{,.bin}
|
||||
|
|
Loading…
Reference in a new issue