Browse Source

opkg: move the build dir to KERNEL_BUILD_DIR, as compilation is target dependent

SVN-Revision: 17820
Felix Fietkau 16 years ago
parent
commit
be563b8702
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/opkg/Makefile

+ 1 - 0
package/opkg/Makefile

@@ -5,6 +5,7 @@
 # See /LICENSE for more information.
 # See /LICENSE for more information.
 
 
 include $(TOPDIR)/rules.mk
 include $(TOPDIR)/rules.mk
+include $(INCLUDE_DIR)/kernel.mk
 
 
 PKG_NAME:=opkg
 PKG_NAME:=opkg
 PKG_REV:=215
 PKG_REV:=215