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.

ccs依赖其他文件



ccs中,有一个例程的makefile是这样写的:

VPATH=$(SRCDIR):$(PDK_DIAG_DIR)/diag/common/$(DEVICE):

$(PDK_INSTALL_PATH)/ti/drv/uart/soc/am437x:

$(PDK_INSTALL_PATH)/ti/drv/i2c/soc/am437x:$(STARTERWARE_DIR)/soc:

$(STARTERWARE_DIR)/soc/armv7a/gcc

现在我不确定我的main.c需要的文件是哪些。

只知道在这些文件夹内

请问我如何将这些依赖文件或者文件夹添加到工程?