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