From b1e5fff4afd0c47148b0d9f9341887ae2c3eb9af Mon Sep 17 00:00:00 2001 From: Michael Walle Date: Wed, 6 Mar 2013 20:23:32 +0100 Subject: configure: rename OpenGL feature to GLX As the probe now actually checks for the availability of GLX, rename it accordingly. The only user of this feature is the milkymist-tmu2 model. Signed-off-by: Michael Walle --- hw/lm32/Makefile.objs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/lm32') diff --git a/hw/lm32/Makefile.objs b/hw/lm32/Makefile.objs index 4592fe5..68ca90a 100644 --- a/hw/lm32/Makefile.objs +++ b/hw/lm32/Makefile.objs @@ -11,7 +11,7 @@ obj-y += milkymist-minimac2.o obj-y += milkymist-pfpu.o obj-y += milkymist-softusb.o obj-y += milkymist-sysctl.o -obj-$(CONFIG_OPENGL) += milkymist-tmu2.o +obj-$(CONFIG_GLX) += milkymist-tmu2.o obj-y += milkymist-uart.o obj-y += milkymist-vgafb.o obj-y += framebuffer.o -- cgit v1.1