MC3302_SDK_V1.1.9_202507281.../media/sample/system/vdppo/Makefile
2025-11-11 12:08:31 +08:00

21 lines
518 B
Makefile
Executable File

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