[flashrom] [commit] r772 - trunk

Stefan Reinauer stepan at coresystems.de
Tue Nov 24 01:29:57 CET 2009


svn at flashrom.org wrote:
> +ifeq ($(CONFIG_BUSPIRATESPI), yes)
> +FEATURE_CFLAGS += -D'BUSPIRATE_SPI_SUPPORT=1'
> +OBJS += buspirate_spi.o
> +endif
> +
> +# Ugly, but there's no elif/elseif.
>  ifeq ($(CONFIG_SERPROG), yes)
>  OBJS += serial.o
> +else
> +ifeq ($(CONFIG_BUSPIRATESPI), yes)
> +OBJS += serial.o
>  endif
> +endif

how long before we see Kconfig? ;-)




More information about the flashrom mailing list