1 # $Id: Makefile,v 1.7 1999/05/07 18:00:16 ulfc Exp $
2 # Makefile for the SGI specific kernel interface routines
5 # Note! Dependencies are done automagically by 'make dep', which also
6 # removes any old dependencies. DON'T put your own dependencies here
7 # unless it's something special (ie not a .c file).
9 # Note 2! The CFLAGS definitions are now in the main makefile...
12 $(CPP
) $(CFLAGS
) $< -o
$*.s
14 $(CC
) $(CFLAGS
) -c
$< -o
$*.o
16 OBJS
= indy_mc.o indy_sc.o indy_hpc.o indy_int.o indy_rtc.o \
17 system.o indy_timer.o indyIRQ.o reset.o setup.o time.o
18 ifdef CONFIG_SGI_PROM_CONSOLE
25 $(AR
) rcs sgikern.a
$(OBJS
)
31 $(CPP
) -M
*.c
> .depend
33 include $(TOPDIR
)/Rules.make