Explorar el Código

remove BOARD from output name

hathach hace 4 años
padre
commit
c9d66dcd5f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/make.mk

+ 1 - 1
examples/make.mk

@@ -5,7 +5,7 @@
 # Build directory
 # Build directory
 BUILD := _build/$(BOARD)
 BUILD := _build/$(BOARD)
 
 
-PROJECT := $(BOARD)-$(notdir $(CURDIR))
+PROJECT := $(notdir $(CURDIR))
 BIN := $(TOP)/_bin/$(BOARD)/$(notdir $(CURDIR))
 BIN := $(TOP)/_bin/$(BOARD)/$(notdir $(CURDIR))
 
 
 # Handy check parameter function
 # Handy check parameter function