1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: architecture/avr32/package/*/no-fw-install.patch
3 # Copyright (C) 2016 - 2022 The T2 SDE Project
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- linux-4.9/Makefile.vanilla 2022-04-23 19:04:44.949709818 +0200
15 +++ linux-4.9/Makefile 2022-04-23 19:05:27.539708120 +0200
18 PHONY += firmware_install
20 - @mkdir -p $(objtree)/firmware
21 - $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.fwinst obj=firmware __fw_install
22 + #@mkdir -p $(objtree)/firmware
23 + #$(Q)$(MAKE) -f $(srctree)/scripts/Makefile.fwinst obj=firmware __fw_install
25 # ---------------------------------------------------------------------------
28 $(Q)$(AWK) '!x[$$0]++' $(vmlinux-dirs:%=$(objtree)/%/modules.order) > $(objtree)/modules.order
29 @$(kecho) ' Building modules, stage 2.';
30 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost
31 - $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.fwinst obj=firmware __fw_modbuild
32 + #$(Q)$(MAKE) -f $(srctree)/scripts/Makefile.fwinst obj=firmware __fw_modbuild
34 modules.builtin: $(vmlinux-dirs:%=%/modules.builtin)
35 $(Q)$(AWK) '!x[$$0]++' $^ > $(objtree)/modules.builtin
37 # boot script depmod is the master version.
38 PHONY += _modinst_post
39 _modinst_post: _modinst_
40 - $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.fwinst obj=firmware __fw_modinst
41 + #$(Q)$(MAKE) -f $(srctree)/scripts/Makefile.fwinst obj=firmware __fw_modinst
44 ifeq ($(CONFIG_MODULE_SIG), y)