Output binaries to /LPC1768
authorAdam Green <adamgr@foo.bar>
Mon, 18 Feb 2013 23:31:27 +0000 (15:31 -0800)
committerAdam Green <adamgr@foo.bar>
Mon, 18 Feb 2013 23:31:27 +0000 (15:31 -0800)
build/common.mk

index cd2ff7f..b9ddc0d 100755 (executable)
@@ -70,7 +70,7 @@ endif
 MRI_INIT_PARAMETERS=$(MRI_UART)
 
 # Output Object Directory
-OUTDIR=$(DEVICE)
+OUTDIR=../$(DEVICE)
 
 # List of sources to be compiled/assembled
 CSRCS = $(wildcard $(SRC)/*.c $(SRC)/*/*.c $(SRC)/*/*/*.c $(SRC)/*/*/*/*.c $(SRC)/*/*/*/*/*.c)