mirror of
https://github.com/adulau/aha.git
synced 2025-01-01 13:46:24 +00:00
4 lines
142 B
Makefile
4 lines
142 B
Makefile
# Makefile for the Linux/cris parts of the memory manager.
|
|
|
|
obj-y += mmu.o init.o tlb.o intmem.o
|
|
obj-$(CONFIG_ETRAX_L2CACHE) += l2cache.o
|