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 /test/fuzz/device | |
| parent | b6404d143ed218ad13dce62bd16b9a21de3bba79 (diff) | |
integrate top.mk into make.mk
Diffstat (limited to 'test/fuzz/device')
| -rw-r--r-- | test/fuzz/device/cdc/Makefile | 1 | ||||
| -rw-r--r-- | test/fuzz/device/msc/Makefile | 1 | ||||
| -rw-r--r-- | test/fuzz/device/net/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/test/fuzz/device/cdc/Makefile b/test/fuzz/device/cdc/Makefile index ee51936b5..7071df057 100644 --- a/test/fuzz/device/cdc/Makefile +++ b/test/fuzz/device/cdc/Makefile @@ -1,4 +1,3 @@ -include ../../../../tools/top.mk include ../../make.mk INC += \ diff --git a/test/fuzz/device/msc/Makefile b/test/fuzz/device/msc/Makefile index ee51936b5..7071df057 100644 --- a/test/fuzz/device/msc/Makefile +++ b/test/fuzz/device/msc/Makefile @@ -1,4 +1,3 @@ -include ../../../../tools/top.mk include ../../make.mk INC += \ diff --git a/test/fuzz/device/net/Makefile b/test/fuzz/device/net/Makefile index 22241fcdc..4e99604ad 100644 --- a/test/fuzz/device/net/Makefile +++ b/test/fuzz/device/net/Makefile @@ -1,6 +1,5 @@ DEPS_SUBMODULES += lib/lwip -include ../../../../tools/top.mk include ../../make.mk # suppress warning caused by lwip |
