2 # Makefile for the linux kernel.
4 # Note! Dependencies are done automagically by 'make dep', which also
5 # removes any old dependencies. DON'T put your own dependencies here
6 # unless it's something special (ie not a .c file).
8 # Note 2! The CFLAGS definitions are now in the main makefile...
11 $(CPP
) -traditional
$< -o
$*.s
14 O_OBJS
= sched.o dma.o fork.o exec_domain.o panic.o printk.o sys.o \
15 module.o exit.o itimer.o
info.o time.o softirq.o resource.o \
16 sysctl.o acct.o capability.o
20 ifeq ($(CONFIG_KMOD
),y
)
24 ifeq ($(CONFIG_MODULES
),y
)
28 CFLAGS_sched.o
:= $(PROFILING
) -fno-omit-frame-pointer
30 include $(TOPDIR
)/Rules.make