1 # Makefile for the AP1000 files in the Linux kernel
3 # Note! Dependencies are done automagically by 'make dep', which also
4 # removes any old dependencies. DON'T put your own dependencies here
5 # unless it's something special (ie not a .c file).
9 $(CPP
) -D__ASSEMBLY__
-ansi
$< -o
$*.s
11 $(CC
) -D__ASSEMBLY__
-ansi
-c
$< -o
$*.o
15 O_TARGET
:= ap1000lib.o
16 O_OBJS
:= bnet.o timer.o util.o dma.o kgdb.o irq.o \
17 msc.o hw.o tnet.o sync.o mpp.o \
18 apmmu.o aplib.o approm.o
20 include $(TOPDIR
)/Rules.make