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/char/Makefile | |
parent | aa2e5b3c38f27ee5efda70e68be0ccff9c334f9b (diff) |
New CONFIG_SGI_GRAPHICS turns on the new devices.
And remaining files from previous commit.
Diffstat (limited to 'drivers/char/Makefile')
-rw-r--r-- | drivers/char/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/char/Makefile b/drivers/char/Makefile index 900cb935f..14efcf554 100644 --- a/drivers/char/Makefile +++ b/drivers/char/Makefile @@ -210,6 +210,10 @@ else endif endif +ifdef CONFIG_SGI_GRAPHICS +M = y +endif + ifdef CONFIG_SUN_MOUSE M = y endif |