aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard Carlsson <[email protected]>2018-05-23 11:56:20 +0200
committerRichard Carlsson <[email protected]>2018-05-23 13:33:04 +0200
commit8ee40e75ed85eb1207e6183e80f2b57f27d3894d (patch)
tree94c053677ff33f6587e5c1870ec5245d7caccf13 /Makefile.in
parent65e004deb529e71af6e1eec69ebcd6d81fcc884b (diff)
downloadotp-8ee40e75ed85eb1207e6183e80f2b57f27d3894d.tar.gz
otp-8ee40e75ed85eb1207e6183e80f2b57f27d3894d.tar.bz2
otp-8ee40e75ed85eb1207e6183e80f2b57f27d3894d.zip
Drop otp_ring0, using erl_init instead
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index bce26cc8b2..df662b7fac 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -939,7 +939,7 @@ primary_bootstrap_copy:
# To remove modules left by the bootstrap building, but leave (restore)
# the modules in kernel which are needed for an emulator build
-KERNEL_PRELOAD = erl_init otp_ring0 init erl_prim_loader prim_inet prim_file zlib prim_zip erlang erts_code_purger
+KERNEL_PRELOAD = erl_init init erl_prim_loader prim_inet prim_file zlib prim_zip erlang erts_code_purger
KERNEL_PRELOAD_BEAMS=$(KERNEL_PRELOAD:%=$(BOOTSTRAP_TOP)/lib/kernel/ebin/%.beam)
start_scripts: