Part Number: TDA2PXEVM
Hello Experts,
I want to develop a module on IPU1_1. In order to do so I followed the following procedure.
1) Added the module init() call in the file "app_init_ipu1_1" in the function "void App_init(void)"
2) Function declaration was done at the top of the same file.
3) The Definition of init() is done in the source file by creating a folder in "Modules" folder. The SRC.mk file to build the source .c file is as below screenshot.

The file is expected to be built on IPU1_1 but does not get included in the build hence I am getting a linking error. When I tried to build it on IPU1_0 it gets included in the build successfully.
Note: The above mentioned SRC.mk file is called from the main makefile from where rest of the modules are called. ( \vision_sdk_b2_board\apps\Makefile ).
What needs to be done to include the source.c file to be built on IPU1_1. Please let me know what is missed.