altos: Move common build definitions to src/Makefile.defs
[fw/altos] / src / avr / Makefile.defs
index eeb9a8810eddf1550a3b955bc5349db10cec82dd..48aff48e60b6b2934d6d686f9ff0885c59582846 100644 (file)
@@ -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)