diff options
author | Eleni Maria Stea <elene.mst@gmail.com> | 2013-04-18 10:03:07 +0300 |
---|---|---|
committer | Eleni Maria Stea <elene.mst@gmail.com> | 2013-04-18 10:03:07 +0300 |
commit | ba5399dd00001b5abf21bd1b859bbfc39b8cbdbb (patch) | |
tree | 4afc27af0a009ed9390f222e2723723a81f455fa /backend.mk | |
parent | 1eb2a154bd2294c20b37ce67ab17e8a2e90f6ee1 (diff) |
new clients - license
Diffstat (limited to 'backend.mk')
-rw-r--r-- | backend.mk | 7 |
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 |