aboutsummaryrefslogtreecommitdiffstats
path: root/erts/preloaded/src/Makefile
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2018-06-15 18:51:48 +0200
committerMicael Karlberg <[email protected]>2018-09-18 14:50:18 +0200
commit1b31432a2c60364dc3e7b2a18fa8494475344271 (patch)
treea73474fad75a0c25ca6175789f5d97370c836731 /erts/preloaded/src/Makefile
parentef34944c970f842a7406f59c827243c8be77fdc2 (diff)
downloadotp-1b31432a2c60364dc3e7b2a18fa8494475344271.tar.gz
otp-1b31432a2c60364dc3e7b2a18fa8494475344271.tar.bz2
otp-1b31432a2c60364dc3e7b2a18fa8494475344271.zip
[socket+net-nif] Introduced a couple of common files
Started to move the common stuff, such as common utility functions, debug and encode / decode of basic types. OTP-14831
Diffstat (limited to 'erts/preloaded/src/Makefile')
-rw-r--r--erts/preloaded/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/preloaded/src/Makefile b/erts/preloaded/src/Makefile
index 213dc2a1a2..fae60a4491 100644
--- a/erts/preloaded/src/Makefile
+++ b/erts/preloaded/src/Makefile
@@ -36,11 +36,11 @@ include $(ERL_TOP)/lib/kernel/vsn.mk
PRE_LOADED_ERL_MODULES = \
erl_prim_loader \
init \
- net \
prim_buffer \
prim_file \
prim_inet \
socket \
+ net \
zlib \
prim_zip \
otp_ring0 \