diff options
| author | HiFiPHile <[email protected]> | 2026-08-19 06:00:56 +0200 |
|---|---|---|
| committer | HiFiPHile <[email protected]> | 2026-08-19 06:00:56 +0200 |
| commit | 5b4c7dcd2874389f2d7765682931345583c5e242 (patch) | |
| tree | a0e53646675fa5861b209d1498a283d9297dfddf /hw/bsp/mcx | |
| parent | a333ccbc39a14984f07d85c7fd42bbcb01492a99 (diff) | |
| parent | 5c0e31cdabaf37f14e1f5e988a020abfc1000495 (diff) | |
Merge branch 'master' into merge_osmerge_os
Diffstat (limited to 'hw/bsp/mcx')
| -rw-r--r-- | hw/bsp/mcx/family.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/mcx/family.cmake b/hw/bsp/mcx/family.cmake index 60f43e152..b2b4fd45b 100644 --- a/hw/bsp/mcx/family.cmake +++ b/hw/bsp/mcx/family.cmake @@ -95,7 +95,7 @@ function(family_configure_example TARGET RTOS) endif() # PORT is set per board (board.cmake), so pick the driver at configure time. Spelled out - # rather than $<IF:${PORT},...> so the port path stays greppable: test/hil/hil_select.py + # rather than $<IF:${PORT},...> so the port path stays greppable: test/hil/helper/hil_select.py # maps a portable-driver change to the families whose build file names that directory. if (PORT) set(PORT_SRC ${TOP}/src/portable/chipidea/ci_hs/dcd_ci_hs.c) |
