mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 18:03:25 +00:00
8 lines
219 B
Makefile
8 lines
219 B
Makefile
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
include ../test_common.mk
|
|
|
|
# Removed `-static` to enable dynamic linking.
|
|
# Refer to "signal_rflags_df.c" for details on how dynamic linking affects DF flag testing.
|
|
EXTRA_C_FLAGS :=
|