mbed-scli test program
Diff: Makefile
- Revision:
- 4:85e9057db7a6
- Parent:
- 3:60330a83318b
- Child:
- 5:c3524dc89507
diff -r 60330a83318b -r 85e9057db7a6 Makefile --- a/Makefile Sun Feb 26 20:46:49 2017 +0900 +++ b/Makefile Mon Feb 27 22:51:57 2017 +0900 @@ -1,6 +1,6 @@ # # Super light weight command line compile script using mbed-sdk sources. -# v0.5 +# v0.6 # 2017/02 made by dinau # @@ -67,7 +67,7 @@ python ${MBED_ROOT}/tools/build.py -j4 ${COMFLAG} ${RTOS} python ${MBED_ROOT}/tools/make.py ${COMFLAG} ${PROG_NAME} --build ${BUILD_DIR} --source . -.PHONY: c f lib +.PHONY: c f lib lst list # clean and make c: rm -fr ${BUILD_DIR} @@ -81,3 +81,7 @@ # get dependency libraries from web site. lib: @python makelib.py + +lst: list +list: + @arm-none-eabi-objdump -Sdh ${BUILD_DIR}/${notdir ${CURDIR}}.elf > ${TARGET}-${TC}.lst