From 3bcc55a74d5fba18e53c4a6441dffb50badbbec0 Mon Sep 17 00:00:00 2001 From: Rik Faith Date: Fri, 21 Jul 2000 18:28:01 +0000 Subject: Revert some changes and try alternative way to clean up AGP handling. --- linux-core/Makefile.kernel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'linux-core/Makefile.kernel') diff --git a/linux-core/Makefile.kernel b/linux-core/Makefile.kernel index b756c950..5c4d885a 100644 --- a/linux-core/Makefile.kernel +++ b/linux-core/Makefile.kernel @@ -17,7 +17,7 @@ L_OBJS := init.o memory.o proc.o auth.o context.o drawable.o bufs.o \ M_OBJS := -ifneq ($(CONFIG_AGP),n) +ifneq ($(CONFIG_AGP),) L_OBJS += agpsupport.o endif @@ -43,7 +43,7 @@ else endif endif -ifneq ($(CONFIG_AGP),n) +ifneq ($(CONFIG_AGP),) ifeq ($(CONFIG_DRM_MGA),y) OX_OBJS += mga_drv.o O_OBJS += mga_context.o mga_dma.o mga_bufs.o mga_state.o @@ -56,7 +56,7 @@ else endif endif -ifneq ($(CONFIG_AGP),n) +ifneq ($(CONFIG_AGP),) ifeq ($(CONFIG_DRM_I810),y) OX_OBJS += i810_drv.o O_OBJS += i810_context.o i810_bufs.o i810_dma.o -- cgit v1.2.3