📄 sources
字号:
!if 0
*-----------------------------------------------------------------------------
* Copyright (c) Wolfson Microelectronics plc. All rights reserved.
*
* This software as well as any related documentation may only be used or
* copied in accordance with the terms of the Wolfson Microelectronic plc's
* non-disclosure agreement (NDA). The information in this file is furnished
* for informational use only, is subject to change without notice, and
* should not be construed as a commitment by Wolfson Microelectronics plc.
* Wolfson Microelectronics plc assumes no responsibility or liability for
* any errors or inaccuracies that may appear in this document or any software
* that may be provided in association with this document.
*
* Except as permitted by the NDA, no part of this document may be reproduced,
* stored in a retrieval system, or transmitted in any form or by any means
* without the express written consent of Wolfson Microelectronics plc.
*
* $Id: sources 4312 2007-01-08 07:57:45Z fb $
*
* This makefile builds the battery driver.
*
* Warning:
* This driver is specifically written for Wolfson devices. It is
* not a general AC 97 device driver.
*
*-----------------------------------------------------------------------------
!endif
!IF "$(BSP_NOWOLFSON)" == "1"
SKIPBUILD=1
!ENDIF
!IF "$(BSP_NOBATTERY)" == "1"
SKIPBUILD=1
!ENDIF
WINCEOEM=1
!IF "$(_TGTPROJ)" != "uldr"
WARNISERROR=1
!ENDIF
!if 0
*
* Include the Wolfson common defines. This sets compiler options based
* on the BSP environment variables.
*
!endif
!include $(_TARGETPLATROOT)\WMCommonDefines
TARGETNAME=wolfson_battery
TARGETTYPE=DYNLINK
RELEASETYPE=PLATFORM
SOURCELIBS= $(SOURCELIBS) \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\battdrvr_lib.lib
EXT_INCLUDES=$(_TARGETPLATROOT)\inc;$(_TARGETPLATROOT)\xllp\inc;$(INCLUDES)
DEFFILE=battdrvr.def
SOURCES= \
batterypdd.c \
battdrvr.c \
battapi.c \
battzones.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -