mirror of
https://github.com/openharmony/third_party_Linux_Kernel.git
synced 2026-08-24 23:51:31 -04:00
12 lines
230 B
Makefile
12 lines
230 B
Makefile
always := gdb-scripts
|
|
|
|
SRCTREE := $(shell cd $(srctree) && /bin/pwd)
|
|
|
|
$(obj)/gdb-scripts:
|
|
ifneq ($(KBUILD_SRC),)
|
|
$(Q)ln -fsn $(SRCTREE)/$(obj)/*.py $(objtree)/$(obj)
|
|
endif
|
|
@:
|
|
|
|
clean-files := *.pyc *.pyo $(if $(KBUILD_SRC),*.py)
|