11 lines
241 B
Plaintext
11 lines
241 B
Plaintext
|
# -*-makefile-*-
|
||
|
# Configuration for freebsd-dri-amd64: FreeBSD DRI hardware drivers
|
||
|
|
||
|
include $(TOP)/configs/freebsd-dri
|
||
|
|
||
|
CONFIG_NAME = freebsd-dri-x86-64
|
||
|
|
||
|
ASM_FLAGS = -DUSE_X86_64_ASM
|
||
|
ASM_SOURCES = $(X86-64_SOURCES)
|
||
|
ASM_API = $(X86-64_API)
|