-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make: Pulling in updates to better set compiler flags and detect feat…
…ure support in opensea-transport Pulling in updates that are better at detecting compiler flags for older versions of GCC. Also fixing detection of CSMI support to fix a bug passing a CSMI handle to the utilities. Signed-off-by: Tyler Erickson <[email protected]>
- Loading branch information
1 parent
aec16ec
commit 2f29ebf
Showing
4 changed files
with
37 additions
and
7 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
Submodule opensea-common
updated
8 files
Submodule opensea-transport
updated
6 files
+1 −1 | include/external/csmi/csmisas.h | |
+2 −0 | include/sata_types.h | |
+51 −17 | meson.build | |
+20 −0 | meson_options.txt | |
+476 −104 | src/csmi_helper.c | |
+2 −2 | src/sata_helper_func.c |