examples: remove the remainders of dead board
Commit 309a292e deleted OXC board, but
missed to remove the standalone example specific to OXC board.
eepro100_eeprom.c has been an orphan file for a long term.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
committed by
Tom Rini
parent
5f9cc8e638
commit
13b213b47d
@@ -8,7 +8,6 @@
|
||||
include $(TOPDIR)/config.mk
|
||||
|
||||
ELF-$(ARCH) :=
|
||||
ELF-$(BOARD) :=
|
||||
ELF-$(CPU) :=
|
||||
ELF-y := hello_world
|
||||
|
||||
@@ -20,14 +19,13 @@ ELF-mpc5xxx += interrupt
|
||||
ELF-mpc8xx += test_burst timer
|
||||
ELF-mpc8260 += mem_to_mem_idma2intr
|
||||
ELF-ppc += sched
|
||||
ELF-oxc += eepro100_eeprom
|
||||
|
||||
#
|
||||
# Some versions of make do not handle trailing white spaces properly;
|
||||
# leading to build failures. The problem was found with GNU Make 3.80.
|
||||
# Using 'strip' as a workaround for the problem.
|
||||
#
|
||||
ELF := $(strip $(ELF-y) $(ELF-$(ARCH)) $(ELF-$(BOARD)) $(ELF-$(CPU)))
|
||||
ELF := $(strip $(ELF-y) $(ELF-$(ARCH)) $(ELF-$(CPU)))
|
||||
|
||||
SREC := $(addsuffix .srec,$(ELF))
|
||||
BIN := $(addsuffix .bin,$(ELF))
|
||||
|
||||
Reference in New Issue
Block a user