diff options
author | Sverker Eriksson <[email protected]> | 2018-01-11 20:52:27 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2018-01-29 18:24:23 +0100 |
commit | 0359cdc8552ad056e976a8c097624b4305ef6755 (patch) | |
tree | f7dc7c928559e6c2d39607529b1d2b9b81dd9f4e /lib/runtime_tools/src/Makefile | |
parent | 919ef5de2858e606d4a9be3e0e995b0802c76e33 (diff) | |
download | otp-0359cdc8552ad056e976a8c097624b4305ef6755.tar.gz otp-0359cdc8552ad056e976a8c097624b4305ef6755.tar.bz2 otp-0359cdc8552ad056e976a8c097624b4305ef6755.zip |
runtime_tools: Add scheduler module
Diffstat (limited to 'lib/runtime_tools/src/Makefile')
-rw-r--r-- | lib/runtime_tools/src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/runtime_tools/src/Makefile b/lib/runtime_tools/src/Makefile index 5a99c6e240..6faa9c2e35 100644 --- a/lib/runtime_tools/src/Makefile +++ b/lib/runtime_tools/src/Makefile @@ -45,6 +45,7 @@ MODULES= \ system_information \ observer_backend \ ttb_autostart\ + scheduler\ msacc HRL_FILES= ../include/observer_backend.hrl |