aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/Makefile.in
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2014-02-21 15:19:31 +0100
committerLukas Larsson <[email protected]>2014-02-24 15:16:10 +0100
commit08910c59fb8dda35ee3c272d84cba450954fcd24 (patch)
treeebfb798c8261a6da69ba084d8a751c47cd3704f5 /erts/emulator/Makefile.in
parent494d9125a92658d852e22c429ca61687e0709c09 (diff)
downloadotp-08910c59fb8dda35ee3c272d84cba450954fcd24.tar.gz
otp-08910c59fb8dda35ee3c272d84cba450954fcd24.tar.bz2
otp-08910c59fb8dda35ee3c272d84cba450954fcd24.zip
ose: Add dummy ttsl driver
Diffstat (limited to 'erts/emulator/Makefile.in')
-rw-r--r--erts/emulator/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/erts/emulator/Makefile.in b/erts/emulator/Makefile.in
index 3c874f6142..4de4e03c01 100644
--- a/erts/emulator/Makefile.in
+++ b/erts/emulator/Makefile.in
@@ -834,7 +834,8 @@ DRV_OBJS = \
$(OBJDIR)/ose_signal_drv.o \
$(OBJDIR)/inet_drv.o \
$(OBJDIR)/zlib_drv.o \
- $(OBJDIR)/ram_file_drv.o
+ $(OBJDIR)/ram_file_drv.o \
+ $(OBJDIR)/ttsl_drv.o
else
OS_OBJS = \