diff options
| author | Ha Thach <[email protected]> | 2023-03-06 15:10:21 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-06 15:10:21 +0700 |
| commit | 66da95a0eebcfb6e45980bc894d61b6bfd8fc0cc (patch) | |
| tree | f96e0829e82976d5a3ed6ae743d06268430c8122 /examples/host | |
| parent | a83cef5e4c8cb54e89a0d4be30edac3574e3a185 (diff) | |
| parent | ec8c292bbebdbaebe39abef6e88c6a0fbb1f2be7 (diff) | |
Merge pull request #1938 from hathach/update-build
Fix build on windows and macos
Diffstat (limited to 'examples/host')
| -rw-r--r-- | examples/host/bare_api/Makefile | 1 | ||||
| -rw-r--r-- | examples/host/cdc_msc_hid/Makefile | 1 | ||||
| -rw-r--r-- | examples/host/hid_controller/Makefile | 1 | ||||
| -rw-r--r-- | examples/host/msc_file_explorer/Makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/examples/host/bare_api/Makefile b/examples/host/bare_api/Makefile index 84555a889..058307c40 100644 --- a/examples/host/bare_api/Makefile +++ b/examples/host/bare_api/Makefile @@ -1,4 +1,3 @@ -include ../../../tools/top.mk include ../../make.mk INC += \ diff --git a/examples/host/cdc_msc_hid/Makefile b/examples/host/cdc_msc_hid/Makefile index 9adccfa3a..7c16b39d3 100644 --- a/examples/host/cdc_msc_hid/Makefile +++ b/examples/host/cdc_msc_hid/Makefile @@ -1,4 +1,3 @@ -include ../../../tools/top.mk include ../../make.mk INC += \ diff --git a/examples/host/hid_controller/Makefile b/examples/host/hid_controller/Makefile index e7fbd741f..cda2977bc 100644 --- a/examples/host/hid_controller/Makefile +++ b/examples/host/hid_controller/Makefile @@ -1,4 +1,3 @@ -include ../../../tools/top.mk include ../../make.mk INC += \ diff --git a/examples/host/msc_file_explorer/Makefile b/examples/host/msc_file_explorer/Makefile index de2f9c01c..1fda72b18 100644 --- a/examples/host/msc_file_explorer/Makefile +++ b/examples/host/msc_file_explorer/Makefile @@ -1,4 +1,3 @@ -include ../../../tools/top.mk include ../../make.mk FATFS_PATH = lib/fatfs/source |
