# SPDX-License-Identifier: GPL-2.0 # ========================================================================== # Cleaning up # ========================================================================== src := $(srcroot)/$(obj) PHONY := __clean __clean: include $(srctree)/scripts/Kbuild.include include $(kbuild-file) # Figure out what we need to build from the various variables # ========================================================================== subdir-ymn := $(sort $(subdir-y) $(subdir-m) $(subdir-) \ $(patsubst %/,%, $(filter %/, $(obj-y) $(obj-m) $(obj-)))) # Add subdir path subdir-ymn := $(addprefix $(obj)/,$(subdir-ymn)) # build a list of files to remove, usually relative to the current # directory __clean-files := \ $(clean-files) $(targets) $(hostprogs) $(userprogs) \ $(extra-y) $(extra-m) $(extra-) \ $(always-y) $(always-m) $(always-) \ $(hostprogs-always-y) $(hostprogs-always-m) $(hostprogs-always-) \ $(userprogs-always-y) $(userprogs-always-m) $(userprogs-always-) __clean-files := $(filter-out $(no-clean-files), $(__clean-files)) __clean-files := $(wildcard $(addprefix $(obj)/, $(__clean-files))) # ========================================================================== # To make this rule robust against "Argument list too long" error, # remove $(obj)/ prefix, and restore it by a shell command. quiet_cmd_clean = CLEAN $(obj) cmd_clean = printf '$(obj)/%s ' $(patsubst $(obj)/%,%,$(__clean-files)) | xargs rm -rf __clean: $(subdir-ymn) ifneq ($(strip $(__clean-files)),) $(call cmd,clean) endif @: # =========================================================================== # Generic stuff # =========================================================================== # Descending # --------------------------------------------------------------------------- PHONY += $(subdir-ymn) $(subdir-ymn): $(Q)$(MAKE) $(clean)=$@ .PHONY: $(PHONY) .6.28.y'>linux-2.6.28.y Hosts the 0x221E linux distro kernel.Ubuntu
summaryrefslogtreecommitdiff
path: root/drivers/crypto/cavium
AgeCommit message (Expand)Author
2024-11-15crypto: cavium - Fix an error handling path in cpt_ucode_load_fw()Christophe JAILLET
2024-10-28crypto: cavium - Fix the if condition to exit loop after timeoutEverest K.C
2024-10-05crypto: drivers - Correct multiple typos in commentsShen Lichuan
2023-12-08crypto: nitrox - Remove cfbHerbert Xu
2023-12-08crypto: cpt - Remove cfbHerbert Xu
2023-09-20crypto: cavium/nitrox - refactor deprecated strncpyJustin Stitt
2023-03-17crypto: cavium/nitrox - remove unnecessary aer.h includeBjorn Helgaas
2023-02-13crypto: nitrox - Use request_complete helpersHerbert Xu
2023-02-13crypto: cpt - Use request_complete helpersHerbert Xu
2023-01-06crypto: xts - drop xts_check_key()Vladis Dronov
2022-12-09crypto: cavium - Set DMA alignment explicitlyHerbert Xu
2022-10-21crypto: nitrox - avoid double free on error path in nitrox_sriov_init()Natalia Petrova
2022-09-30crypto: zip - remove the unneeded result variableye xingchen
2022-09-30crypto: cavium - prevent integer overflow loading firmwareDan Carpenter
2022-08-19crypto: cavium - Fix comment typoJason Wang
2022-06-30crypto: cavium - fix typos in commentsJiang Jian
2022-04-08crypto: cavium/nitrox - remove check of list iterator against head past the l...Jakob Koschel
2022-03-03crypto: cavium/nitrox - don't cast parameter in bit operationsAndy Shevchenko
2022-03-03crypto: cavium/zip - register algorithm only if hardware is presentCorentin Labbe
2022-02-18crypto: cavium/nitrox - fix typo on cryptoCorentin Labbe
2021-12-17crypto: cavium - Use kcalloc() instead of kzalloc()Gustavo A. R. Silva
2021-08-18PCI: Change the type of probe argument in reset functionsAmey Narkhede
2021-08-17PCI: Add pcie_reset_flr() with 'probe' argumentAmey Narkhede