asterinas/test/initramfs/src/regression/hello_world/Makefile

12 lines
165 B
Makefile
Raw Normal View History

2024-01-03 03:22:36 +00:00
# SPDX-License-Identifier: MPL-2.0
SUBDIRS := \
in_c \
in_c_pie \
2023-03-23 07:43:48 +00:00
ifeq ($(HOST_PLATFORM), x86_64-linux)
SUBDIRS += in_assembly
endif
include ../common/Makefile