diff options
author | Lukas Larsson <[email protected]> | 2014-02-21 15:19:31 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2014-02-24 15:16:10 +0100 |
commit | 08910c59fb8dda35ee3c272d84cba450954fcd24 (patch) | |
tree | ebfb798c8261a6da69ba084d8a751c47cd3704f5 /erts/emulator/Makefile.in | |
parent | 494d9125a92658d852e22c429ca61687e0709c09 (diff) | |
download | otp-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.in | 3 |
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 = \ |