OBJECTS = cpu.o idt-stub.o arch_process.o arch_systemcall.o SUBDIRS-y := all: $(OBJECTS) @for dir in $(SUBDIRS-y);\ do ( $(MAKE) -C $$dir all);\ done clean: distclean: clean $(RM) *.dep include $(TOPDIR)/buildrules.inc -include $(DEP)