You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							| 12345678910111213 | 
							- # -*-makefile-*-
 - # Configuration for linux-dri: Linux DRI hardware drivers for XFree86 & others
 - 
 - include $(TOP)/configs/linux-dri
 - 
 - CONFIG_NAME = linux-dri-x86
 - 
 - ARCH_FLAGS = -m32 -mmmx -msse -msse2
 - 
 - ASM_FLAGS = -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM
 - MESA_ASM_SOURCES = $(X86_SOURCES)
 - GLAPI_ASM_SOURCES = $(X86_API)
 
 
  |