| Index: Makefile
|
| diff --git a/Makefile b/Makefile
|
| index 3ee6fc9b76059c8c29204af2bc2f6be190215421..ed03f5d13a108f3794be86ccb56077c46ee67d81 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
|
|
|
|
|