makefile
来自「Equator 公司BSP-15 DSP开发平台所有驱动程序源码」· 代码 · 共 34 行
TXT
34 行
###### Copyright (c) 2002 Equator Technologies, Inc.################################################################################## DESCRIPTION:### Makefile for test application for Digital RGB output### through the Display Refresh Controller driver.### #########################################################################TOP := ../../..APPS_BASE := ../..# Name and type of the target for this MakefileAPP_TARGET := overlayaud# Object files that compose the targetOBJS := overlayaud $(APPS_BASE)/overlay/overlay $(APPS_BASE)/audtest/audtest# Libraries that the target usesLIBS := mediadrv dsinclude $(TOP)/common.mk
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?