#
KERN_ARCH_SRC_DIR = $(KERN_DIR)/arch/$(TARGET_ARCH)
+OBJDIRS += $(KERN_ARCH_SRC_DIR)
# entry.S must be first, so that it's the first code in the text segment!!!
#
$(KERN_ARCH_SRC_DIR)/console.c \
$(KERN_ARCH_SRC_DIR)/frontend.c \
$(KERN_ARCH_SRC_DIR)/pmap.c \
+ $(KERN_ARCH_SRC_DIR)/page_alloc.c \
+ $(KERN_ARCH_SRC_DIR)/colored_caches.c \
$(KERN_ARCH_SRC_DIR)/timer.c \
$(KERN_ARCH_SRC_DIR)/env.c \
+ $(KERN_ARCH_SRC_DIR)/init.c \
$(KERN_ARCH_SRC_DIR)/smp.c