xref: /linux-6.14.4/arch/riscv/kernel/tests/module_test/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1obj-m += test_module_linking.o
2
3test_sub := test_sub6.o test_sub8.o test_sub16.o test_sub32.o test_sub64.o
4
5test_set := test_set6.o test_set8.o test_set16.o test_set32.o
6
7test_module_linking-objs += $(test_sub)
8
9test_module_linking-objs += $(test_set)
10
11ifeq ($(CONFIG_AS_HAS_ULEB128),y)
12test_module_linking-objs += test_uleb128.o
13endif
14
15test_module_linking-objs += test_module_linking_main.o
16

served by {OpenGrok

Last Index Update: Mon Apr 28 06:57:04 CEST 2025