* better
[mascara-docs.git] / i386 / linux-2.3.21 / arch / sh / kernel / Makefile
blob0a2abf8587c399ee084f78ef424803ab9f742544
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).
9 .S.o:
10 $(CC) -D__ASSEMBLY__ $(AFLAGS) -traditional -c $< -o $*.o
12 O_TARGET := kernel.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
15 OX_OBJS := sh_ksyms.o
16 MX_OBJS :=
18 all: kernel.o head.o init_task.o
20 entry.o: entry.S
22 head.o: head.S
23 $(CC) -D__ASSEMBLY__ $(AFLAGS) -traditional -c $*.S -o $*.o
25 clean:
27 include $(TOPDIR)/Rules.make