linux/debian/modules/rules.real.include
Bastian Blank a27da8be62 Merge /dists/sid/linux-2.6.
svn path=/dists/trunk/linux-2.6/; revision=6356
2006-03-31 17:13:35 +00:00

17 lines
488 B
Text

__MODULES_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
DEB_HOST_ARCH := $(shell dpkg-architecture -a$(ARCH) -qDEB_HOST_ARCH)
DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -a$(ARCH) -qDEB_HOST_GNU_TYPE)
DEB_BUILD_ARCH := $(shell dpkg-architecture -a$(ARCH) -qDEB_BUILD_ARCH)
export DH_OPTIONS
HEADERS_DIR = /usr/src/linux-headers-$(UPSTREAMVERSION)$(ABINAME)$(LOCALVERSION)
include $(__MODULES_DIR)rules.defs
ifdef DEBIAN_KERNEL_JOBS
JOBS_ARG = -j$(DEBIAN_KERNEL_JOBS)
endif