This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

compile question

Hello TI-friends,

As I finish compiling with following in Rule.mak

ifeq ($(DVR_RDK_BOARD_TYPE ), )
DVR_RDK_BOARD_TYPE := DM816X_EVM
endif

once I change to 

ifeq ($(DVR_RDK_BOARD_TYPE ), )
DVR_RDK_BOARD_TYPE := DM816X_DVR
endif

Is it necessary to "make -s sys_all"  or just "make -s dvr_rdk" ??