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.

请教个比较基础的问题。



$(MAKE) -C $(hdvpss_PATH)/packages/ti/psp/i2c $(TARGET) CORE=m3vpss rdk里的makefile,{make}和{target}变量在哪定义的?是make自己内部赋值的吗?

还有这种:

$(MAKE) hdvpss TARGET=clean

TARGET=clean表示什么意思?以前看makefile没遇见过这种写法。