diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-07-10 21:16:17 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-07-10 21:16:17 +0000 |
| commit | addc58ac3655c8810ac56a9c86604f052f515d58 (patch) | |
| tree | 47f2ecb795d32572d7204a75788061bc485535df | |
| parent | 09522fa12ac32b002eec8314f74c84110a3953d2 (diff) | |
Oops - override OBJDIR with "." not blank for the XPLAINBridge project.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2397 d5102386-fcda-11dd-9fdb-3debd5008f28
| -rw-r--r-- | Projects/XPLAINBridge/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/XPLAINBridge/makefile b/Projects/XPLAINBridge/makefile index 8edd9c71..d4136bc2 100644 --- a/Projects/XPLAINBridge/makefile +++ b/Projects/XPLAINBridge/makefile @@ -12,7 +12,7 @@ AVRISP_PATH = ../AVRISP-MKII/ # FIXME - object directories do not currently work for this project -override OBJDIR = +override OBJDIR = . MCU = at90usb1287 ARCH = AVR8 |
