aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/Makefile.in
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2017-07-13 10:50:46 +0200
committerLukas Larsson <[email protected]>2017-07-17 10:01:53 +0200
commit0a0d797a4b7609e52ce5dba6fcb19e315588cb9f (patch)
treed1bb351b2d774495a178b07bed25e721c1991d15 /erts/emulator/Makefile.in
parentee297c32a768ec333e2a8a3ef829a7690e91d306 (diff)
downloadotp-0a0d797a4b7609e52ce5dba6fcb19e315588cb9f.tar.gz
otp-0a0d797a4b7609e52ce5dba6fcb19e315588cb9f.tar.bz2
otp-0a0d797a4b7609e52ce5dba6fcb19e315588cb9f.zip
erts: Cleanup alloc.types after non-smp removal
Diffstat (limited to 'erts/emulator/Makefile.in')
-rw-r--r--erts/emulator/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/Makefile.in b/erts/emulator/Makefile.in
index 88ac3f652c..521fc46b47 100644
--- a/erts/emulator/Makefile.in
+++ b/erts/emulator/Makefile.in
@@ -181,7 +181,7 @@ endif
override FLAVOR=smp
FLAVOR_MARKER=.smp
-ENABLE_ALLOC_TYPE_VARS += smp nofrag
+ENABLE_ALLOC_TYPE_VARS += nofrag
ifeq ($(DIRTY_SCHEDULER_SUPPORT),yes)
THR_DEFS += -DERTS_DIRTY_SCHEDULERS
DS_SUPPORT=yes