# 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 \ | |
emulator-arm \ | |
emulator-x86 \ | |
mksdcard \ | |
sdklauncher | |