Thanks that you want to help me

I really like to get to know more about building and developing ROMs :fingers-crossed:
Local_manifest.xml:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="EvoMix"
fetch="https://github.com/Validus-Kernel/" />
<project path="kernel/sony/evo" name="kernel_sony_apq8064" remote="EvoMix" revision="evo-mix" />
</manifest>
---------------------------------------------------------------------------------------------------
Although I edited /.../device/sony/fusion3-common/BoardConfigCommon.mk
TARGET_KERNEL_SOURCE := kernel/sony/evo
---------------------------------------------------------------------------------------------------
Now when I try to compile it I get this error:
drivers/built-in.o: In function `video_open':
/...../kernel/sony/evo/drivers/media/radio/radio-iris.c:5078: undefined reference to `hci_fm_smd_register'
drivers/built-in.o: In function `iris_remove':
/...../kernel/sony/evo/drivers/media/radio/radio-iris.c:5214: undefined reference to `hci_fm_smd_deregister'
Then building stops
Edit: I think I got it working now. Boots up fine, but Kernel logo is different

Maybe something wrong?
Do I have to use "eos_fusion3_odin_defconfig" or "fusion3_odin_defconfig" ?