Browse Source

remove BOARD from output name

hathach 4 năm trước cách đây
mục cha
commit
c9d66dcd5f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/make.mk

+ 1 - 1
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