Adapt bootloader for 12F1840 devices
[bootloader] / cli / Makefile
index 6566a12..3bf6538 100644 (file)
@@ -8,9 +8,9 @@ WINDOWS=0
 ifeq ($(WINDOWS),1)
 PREFIX=i686-w64-mingw32-
 SRC += serial-win.c
-CFLAGS += -static -mwindows -DDEFPORT="COM4:"
+CFLAGS += -static -mwindows
 else
-CFLAGS += -fPIC -DDEFPORT="/dev/ttyUSB0"
+CFLAGS += -fPIC -static #-m32
 SRC += serial.c
 endif