Import 2.3.9pre4
[davej-history.git] / drivers / sgi / char / Makefile
blob7032c700c7415fb5a0cdec9af6c42f22ac054689
2 # Makefile for the linux kernel.
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 definitions are now in the main makefile...
10 O_TARGET := sgichar.o
11 O_OBJS := graphics.o streamable.o newport.o cons_newport.o sgicons.o \
12 vga_font.o rrm.o shmiq.o usema.o
14 ifeq ($(CONFIG_SGI_SERIAL),y)
15 O_OBJS += sgiserial.o
16 endif
18 include $(TOPDIR)/Rules.make