Import 2.2.8pre2
[davej-history.git] / arch / sparc64 / solaris / Makefile
blob5e5a6aff842166eeb56eb7d04003452210277089
2 # Makefile for the Solaris binary emulation.
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).
8 # Note 2! The CFLAGS definition is now in the main makefile...
10 O_TARGET := solaris.o
11 O_OBJS := entry64.o fs.o misc.o signal.o systbl.o socket.o ioctl.o ipc.o socksys.o timod.o
12 ifeq ($(CONFIG_SOLARIS_EMUL),m)
13 M_OBJS := $(O_TARGET)
14 CPPFLAGS = $(MODFLAGS)
15 endif
17 .S.s:
18 $(CPP) -D__ASSEMBLY__ $(AFLAGS) $(CPPFLAGS) -ansi $< -o $*.s
20 .S.o:
21 $(CC) -D__ASSEMBLY__ $(AFLAGS) $(CPPFLAGS) -ansi -c $< -o $*.o
23 ifneq ($(CONFIG_SOLARIS_EMUL),y)
24 do_it_all:
25 endif
27 include $(TOPDIR)/Rules.make