linux-raspberrypi: Fix build issue with make 3.82

Signed-off-by: Gary Thomas <gary@mlbassoc.com>
This commit is contained in:
Gary Thomas 2012-05-21 13:55:39 -06:00
parent d9bffb9463
commit d298418c6e

View File

@ -27,3 +27,7 @@ PARALLEL_MAKEINST = ""
do_configure_prepend() { do_configure_prepend() {
install -m 0644 ${S}/arch/${ARCH}/configs/${KERNEL_DEFCONFIG} ${WORKDIR}/defconfig || die "No default configuration for ${MACHINE} / ${KERNEL_DEFCONFIG} available." install -m 0644 ${S}/arch/${ARCH}/configs/${KERNEL_DEFCONFIG} ${WORKDIR}/defconfig || die "No default configuration for ${MACHINE} / ${KERNEL_DEFCONFIG} available."
} }
do_install_prepend() {
install -d ${D}/lib/firmware
}