debian/rules.real: Remove left over kpkg definitions.

svn path=/dists/trunk/linux-2.6/; revision=12843
This commit is contained in:
Bastian Blank 2009-02-18 14:55:20 +00:00
parent 6cd6b5892f
commit a60b8cedfa
1 changed files with 0 additions and 12 deletions

12
debian/rules.real vendored
View File

@ -28,18 +28,6 @@ MAKE_CLEAN = $(setup_env) $(MAKE)
MAKE_SELF := $(MAKE) -f debian/rules.real $(MAKEOVERRIDES)
MAKEOVERRIDES =
kpkg_image := $(setup_env)
ifdef DEBIAN_KERNEL_JOBS
kpkg_image += CONCURRENCY_LEVEL=$(DEBIAN_KERNEL_JOBS)
endif
kpkg_image += make-kpkg --arch '$(firstword $(KPKG_ARCH) $(ARCH))' --cross-compile=- --stem linux --config silentoldconfig
ifneq ($(INITRAMFS),False)
kpkg_image += --initrd
endif
ifdef KPKG_SUBARCH
kpkg_image += --subarch '$(KPKG_SUBARCH)'
endif
#
# Targets
#