aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/PPC/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'os/ports/GCC/PPC/rules.mk')
-rw-r--r--os/ports/GCC/PPC/rules.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/os/ports/GCC/PPC/rules.mk b/os/ports/GCC/PPC/rules.mk
index 6b49e736a..75f4bf8c8 100644
--- a/os/ports/GCC/PPC/rules.mk
+++ b/os/ports/GCC/PPC/rules.mk
@@ -23,6 +23,9 @@ ifeq ($(USE_VLE),yes)
DDEFS += -DPPC_USE_VLE=1
DADEFS += -DPPC_USE_VLE=1
MCU += -mvle
+else
+ DDEFS += -DPPC_USE_VLE=0
+ DADEFS += -DPPC_USE_VLE=0
endif
# Source files groups and paths