[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20090225071828.GA27279@foursquare.net>
Date: Wed, 25 Feb 2009 02:18:28 -0500
From: Chris Frey <cdfrey@...rsquare.net>
To: linux-kernel@...r.kernel.org
Subject: Building a kernel without /lib/firmware
Hi,
I noticed another thread mentioning that it is possible to ignore the
firmware that comes with the kernel. Unfortunately, the current build
process doesn't make this easy.
I'm trying to build 2.6.28.7, and I have the following firmware related
config:
[cdfrey@...ntdesk linux]$ grep -i firmware .config
CONFIG_PREVENT_FIRMWARE_BUILD=y
# CONFIG_FIRMWARE_IN_KERNEL is not set
CONFIG_EXTRA_FIRMWARE=""
# CONFIG_FIRMWARE_EDID is not set
# CONFIG_SND_WAVEFRONT_FIRMWARE_IN_KERNEL is not set
# Firmware Drivers
# CONFIG_FIRMWARE_MEMMAP is not set
[cdfrey@...ntdesk linux]$ grep -i fw_loader .config
CONFIG_FW_LOADER=m
What else do I need to turn off in order for a 'make modules_install' to
skip the firmware_install?
Thanks,
- Chris
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists