diff options
| author | hathach <[email protected]> | 2023-06-24 18:26:51 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-06-24 18:26:51 +0700 |
| commit | b59b65d2ed0f6fa14b18b7bc233309d9b9710898 (patch) | |
| tree | 20fb79a996713346fdd70ae977ddb6a6853bed02 /hw/bsp/imxrt | |
| parent | dbf7534cd4bcc3a11c1159a42f252d4166bf3afb (diff) | |
rename to kinetis_k32l2, rename OPT_MCU_KINETIS_K32 to OPT_MCU_KINETIS_K32L
Diffstat (limited to 'hw/bsp/imxrt')
| -rw-r--r-- | hw/bsp/imxrt/family.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/imxrt/family.mk b/hw/bsp/imxrt/family.mk index d0bb5be17..9eb541473 100644 --- a/hw/bsp/imxrt/family.mk +++ b/hw/bsp/imxrt/family.mk @@ -5,7 +5,6 @@ DEPS_SUBMODULES += $(SDK_DIR) lib/CMSIS_5 include $(TOP)/$(BOARD_PATH)/board.mk CPU_CORE ?= cortex-m7 -include $(TOP)/tools/make/cpu/$(CPU_CORE).mk CFLAGS += \ -D__ARMVFP__=0 \ @@ -17,6 +16,7 @@ CFLAGS += \ ifdef BOARD_TUD_RHPORT CFLAGS += -DBOARD_TUD_RHPORT=$(BOARD_TUD_RHPORT) endif + ifdef BOARD_TUH_RHPORT CFLAGS += -DBOARD_TUH_RHPORT=$(BOARD_TUH_RHPORT) endif |
