2 # Makefile for the Linux/SuperH 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).
10 $(CC
) -D__ASSEMBLY__
$(AFLAGS
) -traditional
-c
$< -o
$*.o
13 O_OBJS
:= process.o signal.o entry.o traps.o irq.o irq_onchip.o \
14 ptrace.o setup.o time.o sys_sh.o test-img.o semaphore.o
18 all: kernel.o head.o init_task.o
23 $(CC
) -D__ASSEMBLY__
$(AFLAGS
) -traditional
-c
$*.S
-o
$*.o
27 include $(TOPDIR
)/Rules.make