e96d2ab3a1
the top-level Makefile now only prepares the build directory by copying and patching sources and generating the real files from debian/*.in the actual build and packaging happens in debian/rules
5 lines
198 B
Makefile
5 lines
198 B
Makefile
KERNEL_BUILD_ARCH = x86
|
|
KERNEL_HEADER_ARCH = $(KERNEL_BUILD_ARCH)
|
|
KERNEL_BUILD_IMAGE = bzImage
|
|
KERNEL_IMAGE_PATH = arch/$(KERNEL_BUILD_ARCH)/boot/${KERNEL_BUILD_IMAGE}
|
|
KERNEL_INSTALL_FILE = vmlinuz
|