Browse Source
We can't add appropriate target-specific conditionals to misc.json, because that would make all of misc.json unusable in target-independent code. To keep misc.json target-independent, we need to split off target-dependent target.json. This commit doesn't actually split off anything, it merely creates the empty module. The next few patches will move stuff from misc.json there. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20190214152251.2073-9-armbru@redhat.com>pull/79/head
3 changed files with 31 additions and 11 deletions
@ -0,0 +1,13 @@ |
|||
# -*- Mode: Python -*- |
|||
# |
|||
|
|||
## |
|||
# = Target-specific commands & events |
|||
## |
|||
|
|||
## |
|||
# @TARGET-TEMPORARY-DUMMY: |
|||
# Will go away in the next commit. Needed in this one because empty |
|||
# modules don't generate anything, defeating this commit's purpose. |
|||
## |
|||
{ 'event': 'TARGET-TEMPORARY-DUMMY' } |
|||
Loading…
Reference in new issue