diff options
author | Rik Faith <faith@alephnull.com> | 2000-07-21 16:57:00 +0000 |
---|---|---|
committer | Rik Faith <faith@alephnull.com> | 2000-07-21 16:57:00 +0000 |
commit | 6dd96a15ed329f26565bb971877f03e15801f3f5 (patch) | |
tree | ce5281124fcdfa73c27d775428c5e7432ec50e2b /linux/Makefile.linux | |
parent | e38b34e54a79919588f23294ddb326309c9cb005 (diff) |
Revert some changes and try alternative way to clean up AGP handling.
Diffstat (limited to 'linux/Makefile.linux')
-rw-r--r-- | linux/Makefile.linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Makefile.linux b/linux/Makefile.linux index 2fcb0eec..35aee3f0 100644 --- a/linux/Makefile.linux +++ b/linux/Makefile.linux @@ -128,7 +128,7 @@ AGP := $(shell gcc -E -nostdinc -I$(TREE) picker.c 2>/dev/null \ endif ifeq ($(AGP),1) -MODCFLAGS += -DCONFIG_DRM_AGP +MODCFLAGS += -DDRM_AGP DRMOBJS += agpsupport.o MODS += mga.o i810.o |