mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-17 05:38:33 +03:00
Structure build system to build for multiple boards/apps/environments
This commit is contained in:
10
firmware/libboard/common/include/manifest.h
Normal file
10
firmware/libboard/common/include/manifest.h
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
#ifndef _MANIFEST_H
|
||||
#define _MANIFEST_H
|
||||
|
||||
extern const char *manifest_application;
|
||||
extern const char *manifest_revision;
|
||||
extern const char *manifest_board;
|
||||
extern const char *manifest_environment;
|
||||
|
||||
#endif /* !_MANIFEST_H */
|
||||
Reference in New Issue
Block a user