Commit 67efec3c authored by Adam Wujek's avatar Adam Wujek 💬

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

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 6be2d811
......@@ -102,6 +102,7 @@ $(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