laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-e1-hardware/+/26904 )
Change subject: icE1usb fw: Add missing ice1usb_proto.h to dependency list ......................................................................
icE1usb fw: Add missing ice1usb_proto.h to dependency list
Signed-off-by: Sylvain Munaut tnt@246tNt.com Change-Id: I63af9839f79dbb0ce40e6582c86076a6cb213b39 --- M firmware/ice40-riscv/icE1usb/Makefile 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified
diff --git a/firmware/ice40-riscv/icE1usb/Makefile b/firmware/ice40-riscv/icE1usb/Makefile index 06f5484..0022bd9 100644 --- a/firmware/ice40-riscv/icE1usb/Makefile +++ b/firmware/ice40-riscv/icE1usb/Makefile @@ -47,6 +47,7 @@ HEADERS_app=\ config.h \ e1.h \ + ice1usb_proto.h \ misc.h \ usb_desc_ids.h \ usb_e1.h \