diff options
| author | Ha Thach <[email protected]> | 2022-07-01 20:52:46 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-07-01 20:52:46 +0700 |
| commit | ecb899408bb95c5c0d50ebe2d887cd746104c534 (patch) | |
| tree | f7eb5ba056d1ae91cdaca4203f48f588f651a63e /hw | |
| parent | 68c2012ed1df7f87c898881cd06a445867564106 (diff) | |
| parent | 53db23142a89def1ad2f866863a559a931eeb035 (diff) | |
Merge pull request #1544 from hathach/ci-parallel-build
Ci parallel build
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/rp2040/family.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/bsp/rp2040/family.mk b/hw/bsp/rp2040/family.mk index 5db784b14..cf6b53793 100644 --- a/hw/bsp/rp2040/family.mk +++ b/hw/bsp/rp2040/family.mk @@ -1,6 +1,8 @@ JLINK_DEVICE = rp2040_m0_0 PYOCD_TARGET = rp2040 +DEPS_SUBMODULES += hw/mcu/raspberry_pi/Pico-PIO-USB + ifeq ($(DEBUG), 1) CMAKE_DEFSYM += -DCMAKE_BUILD_TYPE=Debug endif |
