summaryrefslogtreecommitdiff
path: root/backend.mk
diff options
context:
space:
mode:
authorEleni Maria Stea <elene.mst@gmail.com>2013-04-18 10:03:07 +0300
committerEleni Maria Stea <elene.mst@gmail.com>2013-04-18 10:03:07 +0300
commitba5399dd00001b5abf21bd1b859bbfc39b8cbdbb (patch)
tree4afc27af0a009ed9390f222e2723723a81f455fa /backend.mk
parent1eb2a154bd2294c20b37ce67ab17e8a2e90f6ee1 (diff)
new clients - license
Diffstat (limited to 'backend.mk')
-rw-r--r--backend.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/backend.mk b/backend.mk
new file mode 100644
index 0000000..7fc38b6
--- /dev/null
+++ b/backend.mk
@@ -0,0 +1,7 @@
+backend = SDL
+
+ifeq ($(backend), SDL)
+ def = -DWINNIE_SDL
+else
+ def = -DWINNIE_FBDEV
+endif