aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/Makefile.in
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2015-08-26 14:43:20 +0200
committerLukas Larsson <[email protected]>2015-12-15 10:05:44 +0100
commit6089f3c961a981b6bacb6c1590386bb67905ff23 (patch)
treee3c35c570ea10fd225f43221069cd08eb64d5aea /erts/emulator/Makefile.in
parentfdc2ce62a041d34cd99413e278e7dd8ff79832d1 (diff)
downloadotp-6089f3c961a981b6bacb6c1590386bb67905ff23.tar.gz
otp-6089f3c961a981b6bacb6c1590386bb67905ff23.tar.bz2
otp-6089f3c961a981b6bacb6c1590386bb67905ff23.zip
erts: Move sys drivers to another file
Diffstat (limited to 'erts/emulator/Makefile.in')
-rw-r--r--erts/emulator/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/Makefile.in b/erts/emulator/Makefile.in
index 802de21ef0..69f28b0c10 100644
--- a/erts/emulator/Makefile.in
+++ b/erts/emulator/Makefile.in
@@ -798,6 +798,7 @@ OS_OBJS = \
else
OS_OBJS = \
$(OBJDIR)/sys.o \
+ $(OBJDIR)/sys_drivers.o \
$(OBJDIR)/driver_tab.o \
$(OBJDIR)/unix_efile.o \
$(OBJDIR)/gzio.o \