diff options
author | Eric Anholt <eric@anholt.net> | 2007-09-21 17:05:21 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-09-21 17:12:19 -0700 |
commit | 24e33627c5dfb92324a9faf1c7d366e7f33e622a (patch) | |
tree | ad03240f73433518b42eeabd4fad14e8ee34184e /linux-core/Makefile | |
parent | 7587e9682c1b70930c015915d588b42ccd00c7c4 (diff) | |
parent | e7bfeb3031374653f7e55d67cc1b5c823849359f (diff) |
Merge branch 'bo-set-pin'
This branch replaces the NO_MOVE/NO_EVICT flags to buffer validation with a
separate privileged ioctl to pin buffers like NO_EVICT meant before. The
functionality that was supposed to be covered by NO_MOVE may be reintroduced
later, possibly in a different way, after the superioctl branch is merged.
Diffstat (limited to 'linux-core/Makefile')
-rw-r--r-- | linux-core/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/Makefile b/linux-core/Makefile index 55e25253..1cdf3b30 100644 --- a/linux-core/Makefile +++ b/linux-core/Makefile @@ -269,6 +269,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 |