This commit moves a declaration of `ksKernelEntry` such that it is now only
guarded by `DEBUG`, not additionally `CONFIG_PRINTING`. This allows the kernel
to be built standalone with debugging enabled using the following invocation:
DEBUG=1 TOOLPREFIX=arm-none-eabi- CPU=arm1136jf-s PLAT=imx31 ARCH=arm \
ARMV=armv6 make
|
||
|---|---|---|
| .. | ||
| bootinfo_types.h | ||
| constants.h | ||
| debug.h | ||
| errors.h | ||
| failures.h | ||
| faults.h | ||
| Makefile | ||
| objecttype.h | ||
| shared_types.h | ||
| syscall.h | ||
| syscall.xml | ||
| syscall.xsd | ||
| types.bf | ||
| types.h | ||