brewser_arm.mak
上传用户:xinjie
上传日期:2021-05-30
资源大小:491k
文件大小:2k
- #============================================================================
- # Name:
- # brewser_arm.mak
- #
- # Description:
- # Makefile to build the brewser downloadable module with ADS 1.01
- #
- # The following nmake targets are available in this makefile:
- #
- # all - make .elf and .mod image files (default)
- # clean - delete object directory and image files
- # filename.o - make object file
- #
- # The above targets can be made with the following command:
- #
- # make -f brewser_arm.mak [target]
- #
- # Assumptions:
- # 1. The variable TARGET below has be set to the proper base name of the
- # module being built
- # 2. ../xmod exists and contains the include makefile and xmodstub.c
- # (the ARM mode AEEMod_Load entry stub)
- #
- # Copyright