Selaa lähdekoodia

Update Makefile

Set BEAGLEV as default board in build/Makefile
MichaelZhuxx 3 vuotta sitten
vanhempi
commit
b4a065c453
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      build/Makefile

+ 1 - 1
build/Makefile

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