blob: 45b482a91008cc7aba0ffb87de36a4b69b0a4bf7 [file] [log] [blame]
Brian Paul10777792005-05-05 13:07:52 +00001# Configuration for Linux fbdev interface
Keith Whitwell431417f2005-04-29 17:30:29 +00002
3include $(TOP)/configs/linux
4
5CONFIG_NAME = linux-fbdev
Keith Whitwell431417f2005-04-29 17:30:29 +00006
Brian Paula4bd52a2010-05-27 09:39:59 -06007CFLAGS += -DUSE_GLFBDEV_DRIVER
Brian Paul92c43b12006-08-18 20:20:28 +00008
Dan Nicholson013dbcd2007-10-31 09:47:39 -07009# Work around aliasing bugs - developers should comment this out
10CFLAGS += -fno-strict-aliasing
11
Sean D'Epagnier10cbd082006-11-30 03:25:28 +000012DRIVER_DIRS = fbdev osmesa
Sean D'Epagnier7e4152f2006-08-18 10:38:15 +000013
14GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lm -lpthread
Sean D'Epagnier10cbd082006-11-30 03:25:28 +000015OSMESA_LIB_DEPS = -lm -lpthread
Sean D'Epagnier6545ebb2006-08-05 08:55:10 +000016