summaryrefslogtreecommitdiffstats
path: root/make/custom/gen68360.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/gen68360.cfg')
-rw-r--r--make/custom/gen68360.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/gen68360.cfg b/make/custom/gen68360.cfg
index 5224963c79..1fbddf623f 100644
--- a/make/custom/gen68360.cfg
+++ b/make/custom/gen68360.cfg
@@ -21,7 +21,7 @@ RTEMS_BSP_FAMILY=gen68360
# You must use versions of gcc and gas that support the -mcpu32 option.
#
ifeq ($(RTEMS_GEN68360_COMPANION_MODE),yes)
-CPU_CFLAGS= -m68040
+CPU_CFLAGS = -m68040
else
CPU_CFLAGS = -mcpu32
endif