Commit 961deb82 authored by Pietro Fezzardi's avatar Pietro Fezzardi

Makefile: make clean doesn't remove kconfig stuff

parent cd75d6f0
......@@ -96,7 +96,7 @@ $(TARGET).o: silentoldconfig $(OBJ-y)
# Finally, "make clean" is expected to work
clean:
rm -f $$(find . -name '*.[oa]') *.bin $(TARGET) *~ $(TARGET).map*
rm -f $$(find . -name '*.[oa]' ! -path './scripts/kconfig/*') *.bin $(TARGET) *~ $(TARGET).map*
# following targets from Makefile.kconfig
silentoldconfig:
......
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