aboutsummaryrefslogtreecommitdiff
path: root/build/configuration.make
diff options
context:
space:
mode:
Diffstat (limited to 'build/configuration.make')
-rw-r--r--build/configuration.make4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/configuration.make b/build/configuration.make
index 5dc9e16..e2d0077 100644
--- a/build/configuration.make
+++ b/build/configuration.make
@@ -25,6 +25,10 @@ ifeq ($(db_id),pgsql)
db_macro := DATABASE_PGSQL
endif
+ifeq ($(db_id),oracle)
+db_macro := DATABASE_ORACLE
+endif
+
$(out_root)/%: db_id := $(db_id)
$(out_root)/%: db_macro := $(db_macro)