瀏覽代碼

Update Makefile

Set BEAGLEV as default board in build/Makefile
MichaelZhuxx 3 年之前
父節點
當前提交
b4a065c453
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build/Makefile

+ 1 - 1
build/Makefile

@@ -8,7 +8,7 @@ OBJCOPY=${CROSSCOMPILE}objcopy
 OBJDUMP=${CROSSCOMPILE}objdump
 OBJDUMP=${CROSSCOMPILE}objdump
 
 
 # BOARD IS BEAGLEV OR EVBV1
 # BOARD IS BEAGLEV OR EVBV1
-BOARD=EVBV1
+BOARD=BEAGLEV
 
 
 SUFFIX=$(shell date +%y%m%d)
 SUFFIX=$(shell date +%y%m%d)
 GIT_VERSION=$(shell git show -s --pretty=format:%h)
 GIT_VERSION=$(shell git show -s --pretty=format:%h)