From aaed2eb5c741b4d2184d0a270edf30e4209fa07d Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Fri, 6 Dec 2013 16:34:09 +0900 Subject: 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 --- examples/standalone/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'examples/standalone/Makefile') diff --git a/examples/standalone/Makefile b/examples/standalone/Makefile index 6e7500d..0841c75 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 -- cgit v1.1