diff options
author | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2007-10-04 09:51:01 +0200 |
---|---|---|
committer | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2007-10-17 10:59:48 +0200 |
commit | 12b989a7108a52f16b1b1bb6dd2ea818c235b52c (patch) | |
tree | dea8404dd6ff5b002d1c1a413b62208eb101efd5 /linux-core/Makefile | |
parent | 646560d1d112b58899f9e4cab0c966cec7e0b8c3 (diff) |
Revert "Remove the pinned buffer from the LRU when pinning."
This reverts 3a0bc518e35c62bb9c64c9105f836584d949653f commit.
Diffstat (limited to 'linux-core/Makefile')
-rw-r--r-- | linux-core/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-core/Makefile b/linux-core/Makefile index 6eb5bf5c..7f6b123e 100644 --- a/linux-core/Makefile +++ b/linux-core/Makefile @@ -269,7 +269,6 @@ PAGE_AGP := $(shell cat $(LINUXDIR)/include/asm/agp.h 2>/dev/null | \ ifneq ($(PAGE_AGP),0) EXTRA_CFLAGS += -DHAVE_PAGE_AGP endif -EXTRA_CFLAGS += -g # Start with all modules turned off. CONFIG_DRM_GAMMA := n |