Skip to main content
Product
Technology
Discover
Solutions
Docs
Downloads
Pricing
Search
/
Sign in
Sign up
brintos
/
linux-shallow
public
Read only
Watch
0
Star
0
Fork
0
Files
Commits
Insights
linux-shallow
/
tools
/
testing
/
selftests
/
sigaltstack
/
Makefile
Text
·
96 B
·
3e96d5d
Raw
7 lines · plain
1
# SPDX-License-Identifier: GPL-2.0-only
2
CFLAGS = -Wall
3
TEST_GEN_PROGS = sas
4
5
include ../lib.mk
6
7