| Index: Makefile
|
| diff --git a/Makefile b/Makefile
|
| index 72c75efd8a1dac2155d6bd1e6aaa2ea5d5d563c4..b1387d8d81f691fad1d61e0cb5aeb33534e3547f 100644
|
| --- a/Makefile
|
| +++ b/Makefile
|
| @@ -188,7 +188,10 @@ ifeq ($(CONFIG_INTERNAL), yes)
|
| FEATURE_CFLAGS += -D'CONFIG_INTERNAL=1'
|
| PROGRAMMER_OBJS += processor_enable.o chipset_enable.o board_enable.o cbtable.o dmi.o internal.o
|
| # FIXME: The PROGRAMMER_OBJS below should only be included on x86.
|
| +# FIXME: unify XXXspi.o and XXX_spi.o naming conventions. spi/XXX.o?
|
| PROGRAMMER_OBJS += it87spi.o it85spi.o ichspi.o sb600spi.o wbsio_spi.o mcp6x_spi.o
|
| +# FIXME: The PROGRAMMER_OBJS below should only be included on ARM
|
| +PROGRAMMER_OBJS += tegra2_spi.o
|
| NEED_PCI := yes
|
| endif
|
|
|
|
|