1
0

release 6.15.8

This commit is contained in:
2025-07-26 13:24:48 +03:00
parent 48372baf14
commit 4d05ae4de6
27 changed files with 206 additions and 244 deletions

View File

@@ -1,4 +1,11 @@
PROGS = \
fixdep
fixdep.host
include $(top_rulesdir)/Makefile.inc
# We build fixdep as fixdep.host to avoid overwriting the native build
# that Kbuild depends on
fixdep.host: fixdep.c
$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ $<
install-local-progs:
install -D -m755 fixdep.host $(DESTDIR)/$(installdir)/fixdep