diff options
author | Rene Engelhard <rene@debian.org> | 2012-09-18 20:39:25 +0200 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2012-09-18 20:39:39 +0200 |
commit | b930b398616a68a58b355697a3b6d6c01e621e14 (patch) | |
tree | 9d6bc22551ae7dd896aeb53788d36de787670a50 /sd/Library_sd.mk | |
parent | 22c0e6556a630a736288c5b1b24f39fe4124566e (diff) |
actually define ENABLE_SDREMOTE in sd
Change-Id: I0c14e91e6a6809748fca349da79948b2aa4cf714
Diffstat (limited to 'sd/Library_sd.mk')
-rw-r--r-- | sd/Library_sd.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk index 953507ab9b94..9eaa0410b1e9 100644 --- a/sd/Library_sd.mk +++ b/sd/Library_sd.mk @@ -65,6 +65,12 @@ $(eval $(call gb_Library_add_defs,sd,\ -DSD_DLLIMPLEMENTATION \ )) +ifeq ($(ENABLE_SDREMOTE),YES) +$(eval $(call gb_Library_add_defs,sd,\ + -DENABLE_SDREMOTE \ +)) +endif + ifneq ($(strip $(dbg_anim_log)$(DBG_ANIM_LOG)),) $(eval $(call gb_Library_add_defs,sd,\ $$(DEFS) \ |