diff options
| author | hathach <[email protected]> | 2023-05-19 16:02:26 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-05-19 16:02:26 +0700 |
| commit | 270136e84af4f01c394be17fc0688461cf3d1f1c (patch) | |
| tree | 5de69a9cd0b7e9c108e0cb9f27fd71f9376375f7 /examples | |
| parent | e8dd200fed6adeebd98ebc7abf09d45285da7abf (diff) | |
adding cpu core .mk for makefile
fix cortex m33 for nrf5340 dk
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/make.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/make.mk b/examples/make.mk index 2ce6fb398..28ebc62da 100644 --- a/examples/make.mk +++ b/examples/make.mk @@ -2,6 +2,8 @@ # Common make definition for all examples # --------------------------------------- +TOOLCHAIN ?= gcc + #-------------- TOP and CURRENT_PATH ------------ # Set TOP to be the path to get from the current directory (where make was @@ -75,6 +77,7 @@ else endif #-------------- Cross Compiler ------------ + # Can be set by board, default to ARM GCC CROSS_COMPILE ?= arm-none-eabi- |
