diff options
| author | hathach <[email protected]> | 2023-06-24 21:17:40 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-06-24 21:17:40 +0700 |
| commit | 946d3fdd4f0b5dc1e5a3cadde25691d6f34e30dc (patch) | |
| tree | ff40fac0e45e561e4307b8cd37415358f4767ee0 /examples/device | |
| parent | 38a582634ecb31745600768583651df2468ed913 (diff) | |
fix iar with make
Diffstat (limited to 'examples/device')
| -rw-r--r-- | examples/device/cdc_msc_freertos/Makefile | 2 | ||||
| -rw-r--r-- | examples/device/hid_composite_freertos/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/device/cdc_msc_freertos/Makefile b/examples/device/cdc_msc_freertos/Makefile index 5b5e513ad..0bee668b7 100644 --- a/examples/device/cdc_msc_freertos/Makefile +++ b/examples/device/cdc_msc_freertos/Makefile @@ -43,6 +43,6 @@ CFLAGS_GCC += -Wno-error=redundant-decls CFLAGS_GCC += -Wno-error=cast-qual # FreeRTOS (lto + Os) linker issue -LDFLAGS += -Wl,--undefined=vTaskSwitchContext +LDFLAGS_GCC += -Wl,--undefined=vTaskSwitchContext include ../../rules.mk diff --git a/examples/device/hid_composite_freertos/Makefile b/examples/device/hid_composite_freertos/Makefile index cc1526cfe..a892e7d1d 100644 --- a/examples/device/hid_composite_freertos/Makefile +++ b/examples/device/hid_composite_freertos/Makefile @@ -42,6 +42,6 @@ CFLAGS_GCC += -Wno-error=redundant-decls CFLAGS_GCC += -Wno-error=cast-qual # FreeRTOS (lto + Os) linker issue -LDFLAGS += -Wl,--undefined=vTaskSwitchContext +LDFLAGS_GCC += -Wl,--undefined=vTaskSwitchContext include ../../rules.mk |
