tnt has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-e1-hardware/+/26903 )
Change subject: icE1usb fw: Add missing usb_e1.h in the Makefile header list ......................................................................
icE1usb fw: Add missing usb_e1.h in the Makefile header list
Signed-off-by: Sylvain Munaut tnt@246tNt.com Change-Id: I2088700c0fc99dbb2940956dd9066ea098ef3eb6 --- M firmware/ice40-riscv/icE1usb/Makefile 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-e1-hardware refs/changes/03/26903/1
diff --git a/firmware/ice40-riscv/icE1usb/Makefile b/firmware/ice40-riscv/icE1usb/Makefile index b2f85d1..06f5484 100644 --- a/firmware/ice40-riscv/icE1usb/Makefile +++ b/firmware/ice40-riscv/icE1usb/Makefile @@ -49,6 +49,7 @@ e1.h \ misc.h \ usb_desc_ids.h \ + usb_e1.h \ usb_str_app.gen.h \ $(NULL)
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-e1-hardware/+/26903 )
Change subject: icE1usb fw: Add missing usb_e1.h in the Makefile header list ......................................................................
Patch Set 1: Code-Review+2
laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-e1-hardware/+/26903 )
Change subject: icE1usb fw: Add missing usb_e1.h in the Makefile header list ......................................................................
icE1usb fw: Add missing usb_e1.h in the Makefile header list
Signed-off-by: Sylvain Munaut tnt@246tNt.com Change-Id: I2088700c0fc99dbb2940956dd9066ea098ef3eb6 --- M firmware/ice40-riscv/icE1usb/Makefile 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/firmware/ice40-riscv/icE1usb/Makefile b/firmware/ice40-riscv/icE1usb/Makefile index b2f85d1..06f5484 100644 --- a/firmware/ice40-riscv/icE1usb/Makefile +++ b/firmware/ice40-riscv/icE1usb/Makefile @@ -49,6 +49,7 @@ e1.h \ misc.h \ usb_desc_ids.h \ + usb_e1.h \ usb_str_app.gen.h \ $(NULL)