aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 644639b..5896158 100644
--- a/Makefile
+++ b/Makefile
@@ -81,6 +81,10 @@ OBJS += frontend/plat_omap.o
else
OBJS += frontend/plat_dummy.o
endif
+ifdef X11
+frontend/%.o: CFLAGS += -DX11
+OBJS += frontend/xkb.o
+endif
ifdef PCNT
CFLAGS += -DPCNT
endif