From 2f7a646bdb098918bf1d541b2fe63c7a9a89192f Mon Sep 17 00:00:00 2001 From: Alex deVries Date: Sat, 6 Feb 1999 03:57:37 +0000 Subject: - fixed compiling in of ramdisks; we don't have the kernel segment defining initrd offset, etc. - a couple of HAL related changes to make it build better - the start of making newport graphics a module; currently this breaks as a module, but works okay built into the kernel. - Alex --- drivers/sgi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/sgi/Makefile') diff --git a/drivers/sgi/Makefile b/drivers/sgi/Makefile index e5ef5f820..675e9554f 100644 --- a/drivers/sgi/Makefile +++ b/drivers/sgi/Makefile @@ -8,7 +8,7 @@ # Note 2! The CFLAGS definitions are now in the main makefile... SUB_DIRS := -MOD_SUB_DIRS := $(SUB_DIRS) audio +MOD_SUB_DIRS := $(SUB_DIRS) char audio ALL_SUB_DIRS := $(SUB_DIRS) char audio -- cgit v1.2.3