summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-12-06 16:34:09 +0900
committerTom Rini <trini@ti.com>2013-12-16 08:59:42 -0500
commitaaed2eb5c741b4d2184d0a270edf30e4209fa07d (patch)
tree595ecedda62c008d135d5517578ff907e26e47d3 /Makefile
parente8a8b8246a5e7dee9db19b14b31039389ccf99af (diff)
downloadblackbird-obmc-uboot-aaed2eb5c741b4d2184d0a270edf30e4209fa07d.tar.gz
blackbird-obmc-uboot-aaed2eb5c741b4d2184d0a270edf30e4209fa07d.zip
examples: x86: delete 82559_eeprom
Commit fea25720 renamed arch/i386 to arch/x86. But it missed to modify examples/standalone/Makefile. Since then, examples/standalone/82559_eeprom has never compiled and nobody has noticed that. After some discussion on ML, we agreed to delete this example. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ca3c5c3c5d..e9fc83c4c7 100644
--- a/Makefile
+++ b/Makefile
@@ -755,8 +755,7 @@ $(obj).boards.depend: boards.cfg
#########################################################################
clean:
- @rm -f $(obj)examples/standalone/82559_eeprom \
- $(obj)examples/standalone/atmel_df_pow2 \
+ @rm -f $(obj)examples/standalone/atmel_df_pow2 \
$(obj)examples/standalone/eepro100_eeprom \
$(obj)examples/standalone/hello_world \
$(obj)examples/standalone/interrupt \
OpenPOWER on IntegriCloud