-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nomagic probe compiles without target.
- Loading branch information
Lars Pötter
committed
May 3, 2024
1 parent
40a9762
commit 3f12d13
Showing
7 changed files
with
167 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
/* | ||
* This program is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU General Public License version 2 | ||
* as published by the Free Software Foundation. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License along | ||
* with this program; if not, see <http://www.gnu.org/licenses/> | ||
* | ||
*/ | ||
|
||
#ifndef SOURCE_CFG_TARGET_CLI_COMMANDS_H_ | ||
#define SOURCE_CFG_TARGET_CLI_COMMANDS_H_ | ||
|
||
#include "target_actions.h" | ||
|
||
#define TARGET_CLI_COMMANDS | ||
|
||
|
||
#endif /* SOURCE_CFG_TARGET_CLI_COMMANDS_H_ */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/* | ||
* This program is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU General Public License version 2 | ||
* as published by the Free Software Foundation. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License along | ||
* with this program; if not, see <http://www.gnu.org/licenses/> | ||
* | ||
*/ | ||
|
||
#ifndef SOURCE_CFG_TARGET_WALK_WALKS_H_ | ||
#define SOURCE_CFG_TARGET_WALK_WALKS_H_ | ||
|
||
// no special Walks for this target, yet! | ||
#define TARGET_ENUM_WALKS | ||
#define TARGET_LOOKUP_HANDLERS | ||
|
||
#endif /* SOURCE_CFG_TARGET_WALK_WALKS_H_ */ |
Oops, something went wrong.