diff options
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 |