tianole/mm/Makefile

6 lines
95 B
Makefile

MM_SRCS := \
mm/page_alloc.c
MM_OBJS := \
$(patsubst mm/%.c,$(BUILD_DIR)/mm/%.o,$(MM_SRCS))