all: build build: $(MAKE) -C kernel run: $(MAKE) -C kernel run clean: $(MAKE) -C kernel clean