blob: 8164cc5af0bf762f6eed56a48e4b035e3efa0ab4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Makefile to build the Windows SDK Tools under linux.
#
# This makefile is included by development/build/tools/windows_sdk.mk
# to device which tools we want to build from the sdk.git project.
WIN_SDK_TARGETS := \
emulator \
mksdcard \
sdklauncher
|