| Raphael Moll | fe21e0b | 2010-11-11 16:03:07 -0800 | [diff] [blame] | 1 | # Makefile to build the Windows SDK Tools under linux. |
| 2 | # | ||||
| 3 | # This makefile is included by development/build/tools/windows_sdk.mk | ||||
| 4 | # to device which tools we want to build from the sdk.git project. | ||||
| 5 | |||||
| 6 | WIN_SDK_TARGETS := \ | ||||
| 7 | emulator \ | ||||
| Raphael Moll | 19b851d | 2011-05-04 14:32:41 -0700 | [diff] [blame] | 8 | emulator-arm \ |
| 9 | emulator-x86 \ | ||||
| Raphael Moll | fe21e0b | 2010-11-11 16:03:07 -0800 | [diff] [blame] | 10 | mksdcard \ |
| 11 | sdklauncher | ||||
| 12 | |||||