Trouble building libDaisy

I was trying to update my fork of the DaisyExamples repo but got a build error. Assuming I’d missed an update, I tried creating a fresh copy, then backtracking until I eventually ended up at libDaisy. When I check it out and run make I get this:

Drivers/Patched/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_sdmmc.c:154:10: fatal error: stm32h7xx_hal.h: No such file or directory
  154 | #include "stm32h7xx_hal.h"
      |          ^~~~~~~~~~~~~~~~~

So I don’t think it’s just something messed up with my dependencies. Any ideas what’s going on? Am I missing something?

No help? Has anything changed recently with this driver? I haven’t updated in a while, so it could be in the last couple months.

You have to pull all submodules.

So after cloning go into libDaisy directory and git submodule update --init --recursive to pull them.