Commit dfcd5d74 authored by Adam Wujek's avatar Adam Wujek 💬

revert "Makefile: remove on clean include/config and include/generated"

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent aa4760e0
......@@ -100,7 +100,6 @@ $(OBJ-y): .config $(wildcard include/ppsi/*.h)
# Finally, "make clean" is expected to work
clean:
rm -f $$(find . -name '*.[oa]' ! -path './scripts/kconfig/*') *.bin $(TARGET) *~ $(TARGET).map*
rm -rf include/config include/generated
# 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