]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - scripts/gdb/linux/Makefile
cfg80211: fix proto in ieee80211_data_to_8023 for frames without LLC header
[mirror_ubuntu-focal-kernel.git] / scripts / gdb / linux / Makefile
1 always := gdb-scripts
2
3 SRCTREE := $(shell cd $(srctree) && /bin/pwd)
4
5 $(obj)/gdb-scripts:
6 ifneq ($(KBUILD_SRC),)
7 $(Q)ln -fsn $(SRCTREE)/$(obj)/*.py $(objtree)/$(obj)
8 endif
9 @:
10
11 clean-files := *.pyc *.pyo $(if $(KBUILD_SRC),*.py)