diff options
| author | hathach <[email protected]> | 2019-05-24 12:37:36 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-05-24 12:37:36 +0700 |
| commit | 981e227774e824cf5027fdf093e5d21e8a54a5a3 (patch) | |
| tree | 351c687bcf917b1adfd720b7400997ee18320ee7 /examples/make.mk | |
| parent | 69edf13c714c1f334b527cb12a04adb37c352ab3 (diff) | |
| parent | 5f34c63660348f422d1b3934fd03cee62cbf3092 (diff) | |
Merge pull request #76 from hathach/develop
fix raw hid inout
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 b71c75280..73e339d84 100644 --- a/examples/make.mk +++ b/examples/make.mk @@ -27,7 +27,7 @@ else endif # Build directory -BUILD = build-$(BOARD) +BUILD = _build/build-$(BOARD) # Board specific include $(TOP)/hw/bsp/$(BOARD)/board.mk |
