diff options
Diffstat (limited to 'Projects/XPLAINBridge')
-rw-r--r-- | Projects/XPLAINBridge/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Projects/XPLAINBridge/makefile b/Projects/XPLAINBridge/makefile index 304649849..8edd9c71a 100644 --- a/Projects/XPLAINBridge/makefile +++ b/Projects/XPLAINBridge/makefile @@ -11,6 +11,9 @@ AVRISP_PATH = ../AVRISP-MKII/ +# FIXME - object directories do not currently work for this project +override OBJDIR = + MCU = at90usb1287 ARCH = AVR8 BOARD = XPLAIN |