xref: /linux-6.12.1/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: Wed Jul 09 21:07:11 UTC 2025

Scopes Window
x
Intelligence window
x
Next >> | << Prev


In current file
  • Highlight
  • Unhighlight
  • Unhighlight all
In project "undefined"
  • Search for definitions of
  • Search for references of
  • Do a full search with
  • Search for file names that contain
On Google
  • Google
Messages Window
x
Navigate Window
x

Macro

  • test_set
  • test_sub