| Index: Makefile
|
| diff --git a/Makefile b/Makefile
|
| index 37d170e6ebd7cf37c8c7ae0b1a3565333be39120..86b01b61f0c06b8bc535a3341287c4bf22e91003 100644
|
| --- a/Makefile
|
| +++ b/Makefile
|
| @@ -167,7 +167,7 @@ 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.
|
| -PROGRAMMER_OBJS += it87spi.o ichspi.o sb600spi.o wbsio_spi.o mcp6x_spi.o
|
| +PROGRAMMER_OBJS += it87spi.o it85spi.o ichspi.o sb600spi.o wbsio_spi.o mcp6x_spi.o
|
| NEED_PCI := yes
|
| endif
|
|
|
|
|