xref: /third_party/ltp/testcases/kdump/lib/lkdtm/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/ltp/testcases/kdump/lib/lkdtm/
1f08c3bdfSopenharmony_ciobj-m := lkdtm.o
2f08c3bdfSopenharmony_ciKDIR := /lib/modules/$(shell uname -r)/build
3f08c3bdfSopenharmony_ciPWD := $(shell pwd)
4f08c3bdfSopenharmony_ciUSE_SYMBOL_NAME := $(shell echo "${USE_SYMBOL_NAME}")
5f08c3bdfSopenharmony_ci
6f08c3bdfSopenharmony_ciifeq (1, $(USE_SYMBOL_NAME))
7f08c3bdfSopenharmony_ci	EXTRA_CFLAGS := -DUSE_SYMBOL_NAME
8f08c3bdfSopenharmony_ciendif
9f08c3bdfSopenharmony_ci
10f08c3bdfSopenharmony_cidefault:
11f08c3bdfSopenharmony_ci	$(MAKE) -C $(KDIR) M=$(PWD) modules
12f08c3bdfSopenharmony_ci
13f08c3bdfSopenharmony_ci
14f08c3bdfSopenharmony_ciclean:
15f08c3bdfSopenharmony_ci	make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
16f08c3bdfSopenharmony_ci	rm -f Module.symvers
17f08c3bdfSopenharmony_ci#clean:
18f08c3bdfSopenharmony_ci#	rm -f *.mod.c *.ko *.o .*.cmd *.symvers
19f08c3bdfSopenharmony_ci#	rm -rf .tmp_versions
20

Indexes created Thu Nov 07 10:32:03 CST 2024