summaryrefslogtreecommitdiffstats
path: root/examples/standalone/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 /examples/standalone/Makefile
parente8a8b8246a5e7dee9db19b14b31039389ccf99af (diff)
downloadtalos-obmc-uboot-aaed2eb5c741b4d2184d0a270edf30e4209fa07d.tar.gz
talos-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 'examples/standalone/Makefile')
-rw-r--r--examples/standalone/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/standalone/Makefile b/examples/standalone/Makefile
index 6e7500dc75..0841c758ff 100644
--- a/examples/standalone/Makefile
+++ b/examples/standalone/Makefile
@@ -12,11 +12,6 @@ ELF-y := hello_world
ELF-$(CONFIG_SMC91111) += smc91111_eeprom
ELF-$(CONFIG_SMC911X) += smc911x_eeprom
ELF-$(CONFIG_SPI_FLASH_ATMEL) += atmel_df_pow2
-# TODO:
-# - Fix the warning of 82559_eeprom.c and uncomment the following
-# or
-# - Delete 82559_eeprom.c and the following line
-#ELF-$(CONFIG_X86) += 82559_eeprom
ELF-$(CONFIG_MPC5xxx) += interrupt
ELF-$(CONFIG_8xx) += test_burst timer
ELF-$(CONFIG_8260) += mem_to_mem_idma2intr
OpenPOWER on IntegriCloud