diff options
| author | hathach <[email protected]> | 2025-10-29 20:30:35 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-10-29 20:32:50 +0700 |
| commit | 4da7845747497ac93794d9a3bcfabaeebef933d1 (patch) | |
| tree | 99b579305459775d5381d24d8d9a47f78a9a22ff /examples/device/hid_multiple_interface/Makefile | |
| parent | 4a52edd93b926e3783d998b55bdb0c56e52a839f (diff) | |
| parent | 3ff54153d42c83fc0a1e13106c6632c3237b1670 (diff) | |
Merge branch 'master' into dwc2_ep0
# Conflicts:
# examples/device/dfu/src/usb_descriptors.c
# examples/device/dfu_runtime/src/usb_descriptors.c
# src/portable/synopsys/dwc2/dcd_dwc2.c
Diffstat (limited to 'examples/device/hid_multiple_interface/Makefile')
| -rw-r--r-- | examples/device/hid_multiple_interface/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/device/hid_multiple_interface/Makefile b/examples/device/hid_multiple_interface/Makefile index 1b4d398cf..1a4b428dc 100644 --- a/examples/device/hid_multiple_interface/Makefile +++ b/examples/device/hid_multiple_interface/Makefile @@ -1,11 +1,11 @@ -include ../../build_system/make/make.mk +include ../../../hw/bsp/family_support.mk INC += \ src \ - $(TOP)/hw \ + # Example source EXAMPLE_SOURCE += $(wildcard src/*.c) -SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE)) +SRC_C += $(addprefix $(EXAMPLE_PATH)/, $(EXAMPLE_SOURCE)) -include ../../build_system/make/rules.mk +include ../../../hw/bsp/family_rules.mk |
