diff options
| author | hathach <[email protected]> | 2025-10-14 15:14:43 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-10-14 15:14:43 +0700 |
| commit | 9bf18d080b202e8e09bd76f32272b1dbfabfa3b9 (patch) | |
| tree | 73a0d88f3e70e6a1b16cbff0e6c2be6728f05eba /examples/dual | |
| parent | 38255ffc3879e9aef12796ce25b58a2c654ce67d (diff) | |
move make.mk to hw/bsp/family_support.mk
Diffstat (limited to 'examples/dual')
| -rw-r--r-- | examples/dual/host_hid_to_device_cdc/Makefile | 2 | ||||
| -rw-r--r-- | examples/dual/host_info_to_device_cdc/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/dual/host_hid_to_device_cdc/Makefile b/examples/dual/host_hid_to_device_cdc/Makefile index 474ae9814..76c6db0ac 100644 --- a/examples/dual/host_hid_to_device_cdc/Makefile +++ b/examples/dual/host_hid_to_device_cdc/Makefile @@ -1,4 +1,4 @@ -include ../../build_system/make/make.mk +include ../../../hw/bsp/family_support.mk INC += \ src \ diff --git a/examples/dual/host_info_to_device_cdc/Makefile b/examples/dual/host_info_to_device_cdc/Makefile index 083c9169a..071185c88 100644 --- a/examples/dual/host_info_to_device_cdc/Makefile +++ b/examples/dual/host_info_to_device_cdc/Makefile @@ -1,4 +1,4 @@ -include ../../build_system/make/make.mk +include ../../../hw/bsp/family_support.mk INC += \ src \ |
