summaryrefslogtreecommitdiff
path: root/Rules.make
Unidiff
Diffstat (limited to 'Rules.make') (more/less context) (ignore whitespace changes)
-rw-r--r--Rules.make7
1 files changed, 6 insertions, 1 deletions
diff --git a/Rules.make b/Rules.make
index 1db17ee..8cacfb0 100644
--- a/Rules.make
+++ b/Rules.make
@@ -31,3 +31,8 @@ else
31 echo \} >> $@ 31 echo \} >> $@
32 endif 32endif
33ifeq ($(CONFIG_SQL_PIM_BACKEND),y)
34 echo ENABLE_SQL_PIM_BACKEND=$(CONFIG_SQL_PIM_BACKEND) >> $@
35else
36 echo ENABLE_SQL_PIM_BACKEND=n >> $@
37endif
33ifeq ($(CONFIG_OPIE_NO_OVERRIDE_QT),y) 38ifeq ($(CONFIG_OPIE_NO_OVERRIDE_QT),y)