diff options
author | Miguel de Icaza <miguel@nuclecu.unam.mx> | 1997-07-02 06:26:51 +0000 |
---|---|---|
committer | Miguel de Icaza <miguel@nuclecu.unam.mx> | 1997-07-02 06:26:51 +0000 |
commit | 6523f1a4aea31cc4823f5b80da3f18d407a7a19d (patch) | |
tree | fc4eb49a1b9312988e9adef58d436f2a0e11ea7b /drivers/sgi/char | |
parent | aa2e5b3c38f27ee5efda70e68be0ccff9c334f9b (diff) |
New CONFIG_SGI_GRAPHICS turns on the new devices.
And remaining files from previous commit.
Diffstat (limited to 'drivers/sgi/char')
-rw-r--r-- | drivers/sgi/char/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sgi/char/Makefile b/drivers/sgi/char/Makefile index 99440bd60..8877d3996 100644 --- a/drivers/sgi/char/Makefile +++ b/drivers/sgi/char/Makefile @@ -8,7 +8,7 @@ # Note 2! The CFLAGS definitions are now in the main makefile... O_TARGET := sgichar.o -O_OBJS := newport.o sgicons.o +O_OBJS := graphics.o streamable.o newport.o cons_newport.o sgicons.o vga_font.o ifeq ($(CONFIG_SGI_SERIAL),y) O_OBJS += sgiserial.o |