patch-2.3.99-pre3 linux/kernel/Makefile

Next file: linux/kernel/ksyms.c
Previous file: linux/ipc/shm.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre2/linux/kernel/Makefile linux/kernel/Makefile
@@ -7,9 +7,6 @@
 #
 # Note 2! The CFLAGS definitions are now in the main makefile...
 
-.S.s:
-	$(CPP) $(CPPFLAGS) -traditional $< -o $*.s
-
 O_TARGET := kernel.o
 O_OBJS    = sched.o dma.o fork.o exec_domain.o panic.o printk.o sys.o \
 	    module.o exit.o itimer.o info.o time.o softirq.o resource.o \
@@ -29,7 +26,7 @@
 OX_OBJS  += ksyms.o
 endif
 
-ifdef CONFIG_PM
+ifeq ($(CONFIG_PM),y)
 OX_OBJS += pm.o
 endif
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)