diff options
| author | Ha Thach <[email protected]> | 2021-06-10 17:42:43 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-10 17:42:43 +0700 |
| commit | b34724215bea28ef93fd80ed9c2e4ddc87874093 (patch) | |
| tree | 8cb3da6aeb0a44da34d0663e540e0a706311b308 /examples/make.mk | |
| parent | 3c4ab6bd8adaa20d1fe0c417761d2810456dbcbd (diff) | |
| parent | c9d66dcd5f82b138865bbb02486fe19e4a843eb2 (diff) | |
Merge pull request #887 from hathach/host-update
Host API clean up
Diffstat (limited to 'examples/make.mk')
| -rw-r--r-- | examples/make.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/make.mk b/examples/make.mk index df8bfd617..9daf60e35 100644 --- a/examples/make.mk +++ b/examples/make.mk @@ -5,7 +5,7 @@ # Build directory BUILD := _build/$(BOARD) -PROJECT := $(BOARD)-$(notdir $(CURDIR)) +PROJECT := $(notdir $(CURDIR)) BIN := $(TOP)/_bin/$(BOARD)/$(notdir $(CURDIR)) # Handy check parameter function |
