Commit 101fdd47 authored by Cesar Prados's avatar Cesar Prados

Makefile: fix clean target

parent d8799c6d
......@@ -7,9 +7,4 @@ modules:
$(MAKE) -C $(KERNELSRC) M=`pwd` CPU=$(CPU) GIT_VERSION=$(GIT_VERSION) modules
clean:
$(RM) -r $(CPU)
$(MAKE) -C $(KERNELSRC) M=`pwd` clean
cleanall: clean
$(RM) -r $(ALL_CPUS)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment