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/mm/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/mm/Makefile')
-rw-r--r-- | arch/mips/mm/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/mm/Makefile b/arch/mips/mm/Makefile index 19060aec7..8f0b902a6 100644 --- a/arch/mips/mm/Makefile +++ b/arch/mips/mm/Makefile @@ -15,4 +15,8 @@ ifdef CONFIG_SGI O_OBJS += umap.o endif +ifdef CONFIG_BAGET_MIPS +O_OBJS += umap.o +endif + include $(TOPDIR)/Rules.make |