X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Favr%2FMakefile.defs;h=48aff48e60b6b2934d6d686f9ff0885c59582846;hb=HEAD;hp=eeb9a8810eddf1550a3b955bc5349db10cec82dd;hpb=889518aeee080b0f8bb954db86d08105898d8161;p=fw%2Faltos diff --git a/src/avr/Makefile.defs b/src/avr/Makefile.defs index eeb9a881..48aff48e 100644 --- a/src/avr/Makefile.defs +++ b/src/avr/Makefile.defs @@ -2,11 +2,7 @@ ifndef TOPDIR TOPDIR=.. endif -ifndef VERSION -include $(TOPDIR)/Version -endif - -include $(TOPDIR)/Makedefs +include $(TOPDIR)/Makefile.defs CC=$(AVR_CC) OBJCOPY=$(AVR_OBJCOPY)