initial commit
imported from https://salsa.debian.org/kernel-team/linux.git commit 9d5cc9d9d6501d7f1dd7e194d4b245bd0b6c6a22 version 6.11.4-1
This commit is contained in:
47
debian/rules.d/scripts/Makefile
vendored
Normal file
47
debian/rules.d/scripts/Makefile
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
PROGS = \
|
||||
kallsyms \
|
||||
recordmcount \
|
||||
sign-file \
|
||||
unifdef
|
||||
|
||||
DATA = \
|
||||
Kbuild.include \
|
||||
Makefile.* \
|
||||
mkversion \
|
||||
module-common.lds \
|
||||
subarch.include
|
||||
|
||||
SCRIPTS = \
|
||||
checkincludes.pl \
|
||||
check-local-export \
|
||||
checkstack.pl \
|
||||
checkversion.pl \
|
||||
depmod.sh \
|
||||
gcc-*.sh \
|
||||
gen_initramfs_list.sh \
|
||||
headers_install.sh \
|
||||
kernel-doc \
|
||||
ld-version.sh \
|
||||
Lindent \
|
||||
makelst \
|
||||
mksysmap \
|
||||
mkuboot.sh \
|
||||
modules-check.sh \
|
||||
namespace.pl \
|
||||
pahole-flags.sh \
|
||||
pahole-version.sh \
|
||||
patch-kernel \
|
||||
recordmcount.pl \
|
||||
setlocalversion \
|
||||
ver_linux
|
||||
|
||||
SUBDIRS = \
|
||||
basic \
|
||||
genksyms \
|
||||
kconfig \
|
||||
mod
|
||||
|
||||
include $(top_rulesdir)/Makefile.inc
|
||||
|
||||
CPPFLAGS += -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
|
||||
sign-file: LDLIBS += -lcrypto
|
Reference in New Issue
Block a user