X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ad209c706688184e8c1b5fef80512a5c1a56aa6a..8e66fbe159793d5308dcb3a3e29371a0208cb5da:/rules.mk?ds=sidebyside diff --git a/rules.mk b/rules.mk index d762ae79e..33e8354b8 100644 --- a/rules.mk +++ b/rules.mk @@ -1,4 +1,12 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + -include $(TOPDIR)/.config +include $(TOPDIR)/include/verbose.mk export SHELL=/bin/bash @@ -20,6 +28,7 @@ BIN_DIR:=$(TOPDIR)/bin PACKAGE_DIR:=$(BIN_DIR)/packages IPKG_TARGET_DIR:=$(PACKAGE_DIR) BUILD_DIR:=$(TOPDIR)/build_$(ARCH) +TMP_DIR:=$(BUILD_DIR)/tmp STAMP_DIR:=$(BUILD_DIR)/stamp TARGET_DIR:=$(BUILD_DIR)/root IPKG_STATE_DIR:=$(TARGET_DIR)/usr/lib/ipkg