blob: dea4e5cbfbb1f0d1a24772addf348cc5a586432f [file] [log] [blame]
Brian Silverman2d9cf662013-12-18 14:22:49 -08001{
2 'targets': [
3 {
4 'target_name': 'All',
5 'type': 'none',
6 'dependencies': [
7 'stm32_flasher',
8 ],
9 },
10 {
11 'target_name': 'stm32_flasher',
12 'type': 'executable',
13 'sources': [
14 'stm32_flasher.cc',
15 ],
16 'dependencies': [
Brian Silverman3aa0d542014-01-25 17:16:43 -080017 '<(EXTERNALS):stm32flash',
Brian Silverman2d9cf662013-12-18 14:22:49 -080018 '<(AOS)/build/aos.gyp:logging',
19 ],
20 },
Brian Silverman2d9cf662013-12-18 14:22:49 -080021 ],
22}