diff options
author | Kevin Wolf <kwolf@redhat.com> | 2019-06-13 17:33:57 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2019-06-17 20:36:56 +0200 |
commit | e84328faa99ae50fd9ed36a615927e94327cf249 (patch) | |
tree | 0126df000c03d516b7167d8d0d44ced99a4431d3 /monitor/Makefile.objs | |
parent | a0cd5e1c8e7fb1dc882483589fd809ca083a2725 (diff) |
Move monitor.c to monitor/misc.c
Create a new monitor/ subdirectory and move monitor.c there. As the plan
is to move the monitor core into separate files, use the chance to
rename it to misc.c.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20190613153405.24769-8-kwolf@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'monitor/Makefile.objs')
-rw-r--r-- | monitor/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/monitor/Makefile.objs b/monitor/Makefile.objs new file mode 100644 index 0000000000..e783b0616b --- /dev/null +++ b/monitor/Makefile.objs @@ -0,0 +1 @@ +obj-y += misc.o |