arch/riscv/kernel/tests/module_test/Makefile

Source file repositories/reference/linux-study-clean/arch/riscv/kernel/tests/module_test/Makefile

File Facts

System
Linux kernel
Corpus path
arch/riscv/kernel/tests/module_test/Makefile
Extension
[no extension]
Size
392 bytes
Lines
16
Domain
Architecture Layer
Bucket
arch/riscv
Inferred role
Architecture Layer: build/configuration rule
Status
atlas-only

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

obj-m += test_module_linking.o

test_sub := test_sub6.o test_sub8.o test_sub16.o test_sub32.o test_sub64.o

test_set := test_set6.o test_set8.o test_set16.o test_set32.o

test_module_linking-objs += $(test_sub)

test_module_linking-objs += $(test_set)

ifeq ($(CONFIG_AS_HAS_ULEB128),y)
test_module_linking-objs += test_uleb128.o
endif

test_module_linking-objs += test_module_linking_main.o

Annotation

Implementation Notes