summaryrefslogtreecommitdiff
path: root/configs/linux-solo-x86
blob: 13cab376587861618af5963aa22f66353d85a84e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*-makefile-*-
# Configuration for linux-solo-x86: Linux hardware drivers for fbdev for x86

include $(TOP)/configs/linux-solo

CONFIG_NAME = linux-solo-x86

# Unnecessary on x86, generally.
PIC_FLAGS = 

ASM_FLAGS = -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM
ASM_SOURCES = $(X86_SOURCES)
ASM_API = $(X86_API)