aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2014-06-26 00:30:46 +0200
committerPaul Kocialkowski <contact@paulk.fr>2014-06-26 16:57:32 +0200
commitc351d274b5eb8ebc9be0b49cac6219175dbe8e2b (patch)
treea683ca4d0cd109276204fc6cf5e68bcd1b08d14c /Makefile
parentd2a2a8046331d112010c3f8683d76dfca8e74d96 (diff)
downloadkernel_goldelico_gta04-c351d274b5eb8ebc9be0b49cac6219175dbe8e2b.zip
kernel_goldelico_gta04-c351d274b5eb8ebc9be0b49cac6219175dbe8e2b.tar.gz
kernel_goldelico_gta04-c351d274b5eb8ebc9be0b49cac6219175dbe8e2b.tar.bz2
Proprietary firmwares and related instructions removal
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 67077ad..2572a44 100644
--- a/Makefile
+++ b/Makefile
@@ -519,7 +519,7 @@ scripts: scripts_basic include/config/auto.conf include/config/tristate.conf \
# Objects we will link into vmlinux / subdirs we need to visit
init-y := init/
-drivers-y := drivers/ sound/ firmware/
+drivers-y := drivers/ sound/
net-y := net/
libs-y := lib/
core-y := usr/
@@ -885,8 +885,7 @@ export INSTALL_FW_PATH
PHONY += firmware_install
firmware_install: FORCE
- @mkdir -p $(objtree)/firmware
- $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.fwinst obj=firmware __fw_install
+ @echo "Not installing any firmware"
# ---------------------------------------------------------------------------
# Kernel headers
@@ -985,7 +984,7 @@ _modinst_:
# boot script depmod is the master version.
PHONY += _modinst_post
_modinst_post: _modinst_
- $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.fwinst obj=firmware __fw_modinst
+ @echo "Not installing any firmware"
$(call cmd,depmod)
ifeq ($(CONFIG_MODULE_SIG), y)