Kaydet (Commit) 0d38f7fe authored tarafından Rene Engelhard's avatar Rene Engelhard

move -DENABLE_SDREMOTE together with the files

Change-Id: I7a3ee931182dcce5e4ac46beae96caec18d9eac3
üst 06dd3f64
...@@ -65,12 +65,6 @@ $(eval $(call gb_Library_add_defs,sd,\ ...@@ -65,12 +65,6 @@ $(eval $(call gb_Library_add_defs,sd,\
-DSD_DLLIMPLEMENTATION \ -DSD_DLLIMPLEMENTATION \
)) ))
ifeq ($(ENABLE_SDREMOTE),YES)
$(eval $(call gb_Library_add_defs,sd,\
-DENABLE_SDREMOTE \
))
endif
ifneq ($(strip $(dbg_anim_log)$(DBG_ANIM_LOG)),) ifneq ($(strip $(dbg_anim_log)$(DBG_ANIM_LOG)),)
$(eval $(call gb_Library_add_defs,sd,\ $(eval $(call gb_Library_add_defs,sd,\
$$(DEFS) \ $$(DEFS) \
...@@ -531,6 +525,11 @@ $(eval $(call gb_Library_add_exception_objects,sd,\ ...@@ -531,6 +525,11 @@ $(eval $(call gb_Library_add_exception_objects,sd,\
sd/source/ui/remotecontrol/Listener \ sd/source/ui/remotecontrol/Listener \
sd/source/ui/remotecontrol/Transmitter \ sd/source/ui/remotecontrol/Transmitter \
)) ))
$(eval $(call gb_Library_add_defs,sd,\
-DENABLE_SDREMOTE \
))
endif endif
ifeq ($(strip $(GUI)),WNT) ifeq ($(strip $(GUI)),WNT)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment