X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Fcris%2Farch-v32%2Fmm%2FMakefile;h=0b801f2964ac378c50c67968d3a45b856adaf450;hb=9d0b375089284186116a0745d862ec713f920d9e;hp=9146f88484b1292a3acfa4e98e9148ff7303eb83;hpb=51533b615e605d86154ec1b4e585c8ca1b0b15b7;p=karo-tx-linux.git diff --git a/arch/cris/arch-v32/mm/Makefile b/arch/cris/arch-v32/mm/Makefile index 9146f88484b1..0b801f2964ac 100644 --- a/arch/cris/arch-v32/mm/Makefile +++ b/arch/cris/arch-v32/mm/Makefile @@ -1,3 +1,4 @@ # Makefile for the Linux/cris parts of the memory manager. -obj-y := mmu.o init.o tlb.o intmem.o +obj-y += mmu.o init.o tlb.o intmem.o +obj-$(CONFIG_ETRAX_L2CACHE) += l2cache.o