include $(SDKROOT)/build/config.mk SAMPNAME := $(shell basename `pwd`) CUR_PATH := $(shell pwd) APP_CFLAGS += -I$(SDKROOT)/app/common APP_CFLAGS += -I$(SDKROOT)/kernel/include APP_CFLAGS += -I$(SDKROOT)/out/rtconfig APP_CFLAGS += -I$(SDKROOT)/shell APP_CFLAGS += -I$(SDKROOT)/drivers/include #SAMP_SRCS := $(wildcard *.c) SAMP_SRCS := \ $(SDKROOT)/app/common/sample_comm_sys.c \ $(SDKROOT)/app/common/sample_comm_vdec.c \ $(SDKROOT)/app/common/sample_comm_vo.c \ vdppo_test.c include $(SDKROOT)/build/apps.mk