diff options
author | Harald Koerfgen <hkoerfg@web.de> | 1999-05-01 12:23:43 +0000 |
---|---|---|
committer | Harald Koerfgen <hkoerfg@web.de> | 1999-05-01 12:23:43 +0000 |
commit | c19daa94ab746a6c9083c7ffb5cdffc3f41e339b (patch) | |
tree | 20af8aa7a8b2ec5f603b9058c5a53f3246e71764 /arch/mips/kernel/Makefile | |
parent | 94f05bab9bf52258637e467fd89ae4f168736f4a (diff) |
Various changes to Makefiles and Config.in files to be able to make use of the new DECstation and Baget stuff :-)
Diffstat (limited to 'arch/mips/kernel/Makefile')
-rw-r--r-- | arch/mips/kernel/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/mips/kernel/Makefile b/arch/mips/kernel/Makefile index ef8709bcd..9d296130d 100644 --- a/arch/mips/kernel/Makefile +++ b/arch/mips/kernel/Makefile @@ -26,8 +26,11 @@ endif # SGI's have very different interrupt/timer hardware. # ifndef CONFIG_SGI -O_OBJS += time.o -OX_OBJS += irq.o + ifndef CONFIG_DECSTATION + ifndef CONFIG_BAGET_MIPS + O_OBJS += irq.o time.o + endif + endif endif # |