mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-28 15:33:42 +02:00
Makefile: Remove 'NEED_LIBUSB1' from lspcon requirements
Since lspcon talks over i2c I doubt libusb is a build requirement, remove it. Change-Id: Ic4d71c10d2d8c0c881aa5732daed35c20d905a5e Signed-off-by: Edward O'Callaghan <quasisec@google.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/41020 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Sam McNally <sammc@google.com>
This commit is contained in:
parent
d97f87b00c
commit
753ece6bf0
1
Makefile
1
Makefile
@ -955,7 +955,6 @@ endif
|
|||||||
ifeq ($(CONFIG_LSPCON_I2C_SPI), yes)
|
ifeq ($(CONFIG_LSPCON_I2C_SPI), yes)
|
||||||
FEATURE_CFLAGS += -D'CONFIG_LSPCON_I2C_SPI=1'
|
FEATURE_CFLAGS += -D'CONFIG_LSPCON_I2C_SPI=1'
|
||||||
PROGRAMMER_OBJS += lspcon_i2c_spi.o
|
PROGRAMMER_OBJS += lspcon_i2c_spi.o
|
||||||
NEED_LIBUSB1 += CONFIG_LSPCON_I2C_SPI
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_REALTEK_MST_I2C_SPI), yes)
|
ifeq ($(CONFIG_REALTEK_MST_I2C_SPI), yes)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user