DIRNAME := arch/arm SUBDIRS := kernel include $(BASEDIR)/header.mk OBJS_$(d) := $(d)/start.o KOBJS += $(OBJS_$(d)) include $(BASEDIR)/footer.mk