diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-08-23 13:23:15 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-08-23 14:32:55 +0200 |
commit | b18c8f72bdff52ca6c49d8f30e3ff0f201b5b4fa (patch) | |
tree | 5a05f3cc8ca373c54816e6cec08b332c72e8948e /sw | |
parent | e2004b2039775fdde689481cad3589e75a45b20c (diff) |
sw: one -DSWD_DLLIMPLEMENTATION ought to be enough
Change-Id: I400559c531382f90626b72b2c8702d670fa5a40b
Diffstat (limited to 'sw')
-rw-r--r-- | sw/Library_swd.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/Library_swd.mk b/sw/Library_swd.mk index be6ea9fed723..a96018ee57b8 100644 --- a/sw/Library_swd.mk +++ b/sw/Library_swd.mk @@ -41,7 +41,6 @@ $(eval $(call gb_Library_set_include,swd,\ $(eval $(call gb_Library_use_sdk_api,swd)) $(eval $(call gb_Library_add_defs,swd,\ - -DSWD_DLLIMPLEMENTATION \ -DSWD_DLLIMPLEMENTATION \ )) |