diff options
author | Ian Romanick <[email protected]> | 2005-07-02 07:38:40 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2005-07-02 07:38:40 +0000 |
commit | 9204e87b2ea2e9b441ab6422ae58bfebb5cdffce (patch) | |
tree | be328c011c71c6ae6763b69bc87afb35a13437f9 /configs/linux-dri-x86-64 | |
parent | 4f178c6e3a95848257edc4623c72fb0a8eebf282 (diff) |
Massive refactor of (most of) the Linux config files. This reduces
the length of each config and brings a lot of much needed uniformity
to them.
Diffstat (limited to 'configs/linux-dri-x86-64')
-rw-r--r-- | configs/linux-dri-x86-64 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/linux-dri-x86-64 b/configs/linux-dri-x86-64 index 7793bf46aa6..850673cb50e 100644 --- a/configs/linux-dri-x86-64 +++ b/configs/linux-dri-x86-64 @@ -7,6 +7,9 @@ CONFIG_NAME = linux-dri-x86-64 ARCH_FLAGS = -m64 +ASM_FLAGS = -DUSE_X86_64_ASM +ASM_SOURCES = $(X86-64_SOURCES) + LIB_DIR = $(TOP)/lib64 # Library/program dependencies |