Edward O'Callaghan has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/41020 )
Change subject: Makefile: Remove 'NEED_LIBUSB1' from lspcon requiremnts ......................................................................
Makefile: Remove 'NEED_LIBUSB1' from lspcon requiremnts
Since lspcon talks over i2c I doubt libusb is a build requiremnt, remove it.
Change-Id: Ic4d71c10d2d8c0c881aa5732daed35c20d905a5e Signed-off-by: Edward O'Callaghan quasisec@google.com --- M Makefile 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/20/41020/1
diff --git a/Makefile b/Makefile index 31e987c..803529f 100644 --- a/Makefile +++ b/Makefile @@ -955,7 +955,6 @@ ifeq ($(CONFIG_LSPCON_I2C_SPI), yes) FEATURE_CFLAGS += -D'CONFIG_LSPCON_I2C_SPI=1' PROGRAMMER_OBJS += lspcon_i2c_spi.o -NEED_LIBUSB1 += CONFIG_LSPCON_I2C_SPI endif
ifeq ($(CONFIG_REALTEK_MST_I2C_SPI), yes)
Sam McNally has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/41020 )
Change subject: Makefile: Remove 'NEED_LIBUSB1' from lspcon requiremnts ......................................................................
Patch Set 1: Code-Review+2
(2 comments)
https://review.coreboot.org/c/flashrom/+/41020/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/flashrom/+/41020/1//COMMIT_MSG@7 PS1, Line 7: requiremnts requirements
https://review.coreboot.org/c/flashrom/+/41020/1//COMMIT_MSG@10 PS1, Line 10: requiremnt requirement
Hello Sam McNally, build bot (Jenkins), Shiyu Sun, Edward Hill,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/41020
to look at the new patch set (#2).
Change subject: Makefile: Remove 'NEED_LIBUSB1' from lspcon requirements ......................................................................
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 --- M Makefile 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/20/41020/2
Edward O'Callaghan has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/41020 )
Change subject: Makefile: Remove 'NEED_LIBUSB1' from lspcon requirements ......................................................................
Patch Set 2:
(2 comments)
https://review.coreboot.org/c/flashrom/+/41020/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/flashrom/+/41020/1//COMMIT_MSG@7 PS1, Line 7: requiremnts
requirements
Done
https://review.coreboot.org/c/flashrom/+/41020/1//COMMIT_MSG@10 PS1, Line 10: requiremnt
requirement
Done
Edward O'Callaghan has submitted this change. ( https://review.coreboot.org/c/flashrom/+/41020 )
Change subject: Makefile: Remove 'NEED_LIBUSB1' from lspcon requirements ......................................................................
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 --- M Makefile 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Sam McNally: Looks good to me, approved
diff --git a/Makefile b/Makefile index 31e987c..803529f 100644 --- a/Makefile +++ b/Makefile @@ -955,7 +955,6 @@ ifeq ($(CONFIG_LSPCON_I2C_SPI), yes) FEATURE_CFLAGS += -D'CONFIG_LSPCON_I2C_SPI=1' PROGRAMMER_OBJS += lspcon_i2c_spi.o -NEED_LIBUSB1 += CONFIG_LSPCON_I2C_SPI endif
ifeq ($(CONFIG_REALTEK_MST_I2C_SPI), yes)