diff options
| author | hathach <[email protected]> | 2023-03-06 13:25:56 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-03-06 13:25:56 +0700 |
| commit | e62d1a03acfa2a3b8afa0568690fdcad5495c260 (patch) | |
| tree | fbd26e5f87db05cf88e9790ab6cb5d3cb898bd81 /examples/host | |
| parent | b6404d143ed218ad13dce62bd16b9a21de3bba79 (diff) | |
integrate top.mk into make.mk
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 |
