summaryrefslogtreecommitdiff
path: root/Demo/PIC18_SDCC/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/PIC18_SDCC/Makefile')
-rw-r--r--Demo/PIC18_SDCC/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Demo/PIC18_SDCC/Makefile b/Demo/PIC18_SDCC/Makefile
index 0c278815..9e461150 100644
--- a/Demo/PIC18_SDCC/Makefile
+++ b/Demo/PIC18_SDCC/Makefile
@@ -28,16 +28,16 @@ LD=gplink
#Device selection
ifeq ($(DEVICE),)
-DEVICE=18f452
+DEVICE:=18f452
else
-DEVICE=$(DEVICE)
+DEVICE:=$(DEVICE)
endif
#SDCC pic16 libraries
ifeq ($(PIC16_LIB_PATH),)
-PIC16_LIB_PATH=/usr/local/share/sdcc/lib/pic16
+PIC16_LIB_PATH:=/usr/local/share/sdcc/lib/pic16
else
-PIC16_LIB_PATH=$(PIC16_LIB_PATH)
+PIC16_LIB_PATH:=$(PIC16_LIB_PATH)
endif
#type of pic used