-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds GenStm as a C tool. Co-authored-by: Michael Kubacki <[email protected]> Signed-off-by: Michael Kubacki <[email protected]>
- Loading branch information
1 parent
c07b7e2
commit 3195af7
Showing
8 changed files
with
852 additions
and
3 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,18 @@ | ||
## @file | ||
# GNU/Linux makefile for 'GenStm' module build. | ||
# | ||
# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR> | ||
# SPDX-License-Identifier: BSD-2-Clause-Patent | ||
# | ||
# MU_CHANGE [WHOLE FILE] - Add the GenStm application | ||
# | ||
# | ||
MAKEROOT ?= .. | ||
|
||
APPNAME = GenStm | ||
|
||
LIBS = -lCommon | ||
|
||
OBJECTS = GenStm.o | ||
|
||
include $(MAKEROOT)/Makefiles/app.makefile |
Oops, something went wrong.