diff options
| author | Jim Mussared <jim.mussared@gmail.com> | 2022-10-08 23:47:57 +1100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-10-11 23:29:09 +1100 |
| commit | 87011f63530f55411843622af8b1bc2dbf98a6f7 (patch) | |
| tree | df67d97b215b0fa0e4646880bbe8435072b54894 /extmod/btstack | |
| parent | 065af04a4e86aa5bdbdedb89140241e5d0030ffb (diff) | |
extmod/extmod.mk: Make extmod.mk handle GIT_SUBMODULES.
This applies to nimble, btstack, axtls, mbedtls, lwip.
Rather than having the ports individually manage GIT_SUBMODULES for these
components, make extmod.mk append them when the relevant feature is
enabled.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'extmod/btstack')
| -rw-r--r-- | extmod/btstack/btstack.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extmod/btstack/btstack.mk b/extmod/btstack/btstack.mk index 7ecc23000..14b8d08bf 100644 --- a/extmod/btstack/btstack.mk +++ b/extmod/btstack/btstack.mk @@ -2,6 +2,7 @@ ifeq ($(MICROPY_BLUETOOTH_BTSTACK),1) +GIT_SUBMODULES += lib/btstack MICROPY_BLUETOOTH_BTSTACK_USB ?= 0 BTSTACK_EXTMOD_DIR = extmod/btstack |
