| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/ |
| H A D | Makefile.asm-generic | 25 unwanted := $(filter-out $(all-files),$(old-headers)) 30 quiet_cmd_remove = REMOVE $(unwanted) 31 cmd_remove = rm -f $(unwanted) 34 $(if $(unwanted),$(call cmd,remove),)
|
| H A D | Makefile.headersinst | 69 unwanted := $(filter-out $(all-files),$(oldheaders)) 72 unwanted-file := $(addprefix $(installdir)/, $(unwanted)) 83 quiet_cmd_remove = REMOVE $(unwanted) 84 cmd_remove = rm -f $(unwanted-file) 104 $(if $(unwanted),$(call cmd,remove),)
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/ |
| H A D | Makefile.asm-generic | 25 unwanted := $(filter-out $(all-files),$(old-headers)) 30 quiet_cmd_remove = REMOVE $(unwanted) 31 cmd_remove = rm -f $(unwanted) 34 $(if $(unwanted),$(call cmd,remove),)
|
| H A D | Makefile.headersinst | 69 unwanted := $(filter-out $(all-files),$(oldheaders)) 72 unwanted-file := $(addprefix $(installdir)/, $(unwanted)) 83 quiet_cmd_remove = REMOVE $(unwanted) 84 cmd_remove = rm -f $(unwanted-file) 104 $(if $(unwanted),$(call cmd,remove),)
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/ |
| H A D | Makefile.asm-generic | 37 unwanted := $(filter-out $(generic-y) $(generated-y),$(old-headers)) 42 quiet_cmd_remove = REMOVE $(unwanted) 43 cmd_remove = rm -f $(unwanted) 46 $(if $(unwanted),$(call cmd,remove))
|
| H A D | Makefile.headersinst | 50 unwanted := $(filter-out $(all-headers), $(old-headers)) 68 quiet_cmd_remove = REMOVE $(unwanted) 69 cmd_remove = rm -f $(unwanted) 72 ifneq ($(unwanted),)
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | Makefile.asm-generic | 37 unwanted := $(filter-out $(generic-y) $(generated-y),$(old-headers)) 42 quiet_cmd_remove = REMOVE $(unwanted) 43 cmd_remove = rm -f $(unwanted) 46 $(if $(unwanted),$(call cmd,remove))
|
| H A D | Makefile.headersinst | 50 unwanted := $(filter-out $(all-headers), $(old-headers)) 68 quiet_cmd_remove = REMOVE $(unwanted) 69 cmd_remove = rm -f $(unwanted) 72 ifneq ($(unwanted),)
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/ |
| H A D | Makefile.asm-generic | 37 unwanted := $(filter-out $(generic-y) $(generated-y),$(old-headers)) 42 quiet_cmd_remove = REMOVE $(unwanted) 43 cmd_remove = rm -f $(unwanted) 46 $(if $(unwanted),$(call cmd,remove))
|
| H A D | Makefile.headersinst | 50 unwanted := $(filter-out $(all-headers), $(old-headers)) 68 quiet_cmd_remove = REMOVE $(unwanted) 69 cmd_remove = rm -f $(unwanted) 72 ifneq ($(unwanted),)
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/ |
| H A D | Makefile.headersinst | 71 unwanted := $(filter-out $(all-files),$(oldheaders)) 74 unwanted-file := $(addprefix $(installdir)/, $(unwanted)) 89 quiet_cmd_remove = REMOVE $(unwanted) 90 cmd_remove = rm -f $(unwanted-file) 110 $(if $(unwanted),$(call cmd,remove),)
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/ |
| H A D | Makefile.headersinst | 71 unwanted := $(filter-out $(all-files),$(oldheaders)) 74 unwanted-file := $(addprefix $(installdir)/, $(unwanted)) 89 quiet_cmd_remove = REMOVE $(unwanted) 90 cmd_remove = rm -f $(unwanted-file) 110 $(if $(unwanted),$(call cmd,remove),)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/alsa/ |
| H A D | alsa-utils.inc | 23 …ules-dir=`pkg-config --variable=udevdir udev`/rules.d,--with-udev-rules-dir=/unwanted/rules.d,udev" 105 # in /unwanted, so we can remove them now. If udev is enabled, 106 # then /unwanted won't exist and this will have no effect. 107 rm -rf ${D}/unwanted
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | volatile-considered-harmful.rst | 17 unwanted concurrent access, which is very much a different task. The 18 process of protecting against unwanted concurrency will also avoid almost 23 unwanted optimization. If they are being used properly, there will be no 58 architectures. Those accessors are written to prevent unwanted
|
| /OK3568_Linux_fs/kernel/Documentation/sound/soc/ |
| H A D | pops-clicks.rst | 5 Pops and clicks are unwanted audio artifacts caused by the powering up and down 50 An unwanted zipper noise can occur within the audio playback or capture stream
|
| /OK3568_Linux_fs/buildroot/package/bustle/ |
| H A D | Config.in | 14 of each method call. This can help you check for unwanted
|
| /OK3568_Linux_fs/buildroot/package/pure-ftpd/ |
| H A D | 0004-Initialize-the-max-upload-file-size-when-quotas-are-enabled.patch | 6 Due to an unwanted check, files causing the quota to be exceeded
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | bin_package.bbclass | 21 # Skip the unwanted steps
|
| /OK3568_Linux_fs/buildroot/package/jszip/ |
| H A D | 0001-fix-Use-a-null-prototype-object-for-this-files.patch | 42 + // ignore warning about unwanted properties because this.files is a null prototype object
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/ |
| H A D | samsung,sec-core.txt | 37 unwanted buck warm reset (setting buck voltages to default values).
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/ |
| H A D | configure.ac | 77 # AC_PROG_CXX will override them with unwanted defaults.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/classes/ |
| H A D | gitpkgv.bbclass | 43 # This regexp is used to drop unwanted parts of the found tags. Any matching
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | tegra30-asus-nexus7-tilapia.dtsi | 206 * and this results in unwanted key-presses handled by
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
| H A D | 11_tcpd_blacklist.patch | 22 example, to block unwanted electronic mail when libwrap is linked
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
| H A D | 140-mips_disable_devicetree_support.patch | 13 Removed ppc change (unwanted ?)
|