Home
last modified time | relevance | path

Searched refs:OS_OBJS (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/m68k/ifpsp060/
DMakefile12 OS_OBJS := fskeleton.o iskeleton.o os.o macro
18 $(OS_OBJS):
20 $(OS_TARGET): $(OS_OBJS)
21 $(LD) -x -r -o $(OS_TARGET) $(OS_OBJS)
/linux-2.4.37.9/arch/m68k/fpsp040/
DMakefile15 OS_OBJS := bindec.o binstr.o decbin.o do_func.o gen_except.o get_op.o \ macro
27 $(OS_OBJS): fpsp.h
29 $(OS_TARGET): $(OS_OBJS) fpsp.h
30 $(LD) -x -r -o $(OS_TARGET) $(OS_OBJS)