summaryrefslogtreecommitdiffstats
path: root/arch/mips64/kernel/Makefile
blob: 34f033d17e1f39007cb3b440ac28f69a3c25af06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# Makefile for the Linux/MIPS kernel.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#

.S.o:
	$(CC) $(CFLAGS) -c $< -o $*.o

all:	kernel.o

O_TARGET := kernel.o
O_OBJS	:=
OX_OBJS :=

clean:

include $(TOPDIR)/Rules.make