-rw-r--r-- | Rules.make | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -31,3 +31,8 @@ else echo \} >> $@ -endif +endif +ifeq ($(CONFIG_SQL_PIM_BACKEND),y) + echo ENABLE_SQL_PIM_BACKEND=$(CONFIG_SQL_PIM_BACKEND) >> $@ +else + echo ENABLE_SQL_PIM_BACKEND=n >> $@ +endif ifeq ($(CONFIG_OPIE_NO_OVERRIDE_QT),y) |