kernel: apply debug configuration to all kernels

Signed-off-by: David Sheets <dsheets@docker.com>
This commit is contained in:
David Sheets 2016-08-10 17:08:07 +01:00
parent 661c19649a
commit 296d1e10c7

View File

@ -64,6 +64,7 @@ COPY kernel_config.debug /linux/debug_config
RUN if [ $DEBUG -ne "0" ]; then \
cat /linux/debug_config >> /linux/arch/x86/configs/x86_64_defconfig; \
cat /linux/debug_config >> /linux/arch/arm/configs/versatile_defconfig; \
fi
# Apply local patches