brcm2708-gpu-fw: move pkg build dir to kernel build dir to fix rebuild bugs after...
authorFelix Fietkau <nbd@openwrt.org>
Tue, 16 Feb 2016 21:42:00 +0000 (21:42 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 16 Feb 2016 21:42:00 +0000 (21:42 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48732

package/kernel/brcm2708-gpu-fw/Makefile

index 9737a193f912ef0fee10da70057d6f596c0144a5..48c9929385adcfc4c66b3aa5aa183e0b79886889 100644 (file)
@@ -16,7 +16,7 @@ PKG_SOURCE:=$(PKG_REV).tar.gz
 PKG_SOURCE_URL:=https://github.com/Hexxeh/rpi-firmware/archive/
 PKG_MD5SUM:=66bbad77fdd9e5391d4130fa11d94646
 
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/rpi-firmware-$(PKG_REV)
+PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)/rpi-firmware-$(PKG_REV)
 
 include $(INCLUDE_DIR)/package.mk