@ -29,6 +29,14 @@ LD_FLAGS =
# Default target
# Default target
all :
all :
# Since this project borrows files from the AVRISP-MKII project which may also have an
# identical OBJDIR directory, we need to enforce the use of this project's object file
# directory as the one where the build object files are to be stored by pre-pending the
# absolute path of the current project to the OBJDIR variable.
i f n e q ( $( OBJDIR ) , )
override OBJDIR:= $( shell pwd ) /$( OBJDIR)
e n d i f
# Include LUFA build script makefiles
# Include LUFA build script makefiles
i n c l u d e $( LUFA_PATH ) / B u i l d / l u f a _ c o r e . m k
i n c l u d e $( LUFA_PATH ) / B u i l d / l u f a _ c o r e . m k
i n c l u d e $( LUFA_PATH ) / B u i l d / l u f a _ s o u r c e s . m k
i n c l u d e $( LUFA_PATH ) / B u i l d / l u f a _ s o u r c e s . m k