- in the SDK, in `include/kernel-defaults.mk` in the function
`Kernel/Configure/Default` it says:
```
awk '/^(#[[:space:]]+)?CONFIG_KERNEL/{sub("CONFIG_KERNEL_","CONFIG_");print}' $(TOPDIR)/.config >> $(LINUX_DIR)/.config.target
```
so I'm trying to use this mechanism.