aboutsummaryrefslogtreecommitdiffstats
path: root/package/wlcompat
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-06-21 02:32:39 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-06-21 02:32:39 +0000
commit24cf53528f4d83c427a457c67c65423eedb2344e (patch)
tree20ebd107bd10474886b6bd045b7aaf878dd6f7b5 /package/wlcompat
parent08cbdbc1b095f079e37680c972b80079524290ad (diff)
downloadupstream-24cf53528f4d83c427a457c67c65423eedb2344e.tar.gz
upstream-24cf53528f4d83c427a457c67c65423eedb2344e.tar.bz2
upstream-24cf53528f4d83c427a457c67c65423eedb2344e.zip
add INCLUDE_DIR variable for $(TOPDIR)/include
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4033 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wlcompat')
-rw-r--r--package/wlcompat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/wlcompat/Makefile b/package/wlcompat/Makefile
index d5feede6c9..e6ec27ee81 100644
--- a/package/wlcompat/Makefile
+++ b/package/wlcompat/Makefile
@@ -1,14 +1,14 @@
# $Id$
include $(TOPDIR)/rules.mk
-include $(TOPDIR)/include/kernel.mk
+include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=kmod-wlcompat
PKG_RELEASE:=3
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
-include $(TOPDIR)/include/package.mk
+include $(INCLUDE_DIR)/package.mk
define Package/kmod-wlcompat
SECTION:=drivers