summaryrefslogtreecommitdiff
path: root/linux-core/Makefile
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2007-08-02 14:08:04 -0700
committerEric Anholt <eric@anholt.net>2007-08-02 14:08:04 -0700
commit3a0bc518e35c62bb9c64c9105f836584d949653f (patch)
tree7eef725bfd65961b02cec1b7b3638d8db08cfbad /linux-core/Makefile
parentcf4f1a85af69c2c2e5ba9c822d30863f16ce6821 (diff)
Remove the pinned buffer from the LRU when pinning.
Also, be a little safer with setting the pinned flag within the struct lock. I'm not 100% sure if this is required, but it seems like it might be.
Diffstat (limited to 'linux-core/Makefile')
-rw-r--r--linux-core/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/Makefile b/linux-core/Makefile
index 1758777c..46c821a4 100644
--- a/linux-core/Makefile
+++ b/linux-core/Makefile
@@ -268,6 +268,7 @@ 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 -O0
# Start with all modules turned off.
CONFIG_DRM_GAMMA := n