diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2022-03-25 16:01:05 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-03-31 17:37:59 +0000 |
commit | f91366fa6f3a7313f77db7cfd54e2769d007baa3 (patch) | |
tree | 63a4c1e2b048be481bfb3731032d13b39e570107 /Makefile.inc | |
parent | f00ab8c26a2b5881c2a9f442194d7d5e59348f8a (diff) |
Makefile: Clean up old targets
Some of these targets seem to come from a long time ago. Now just
rm -rf $(obj) is all that is needed for a clean.
Change-Id: Iccc62b3c54ee2a074c25674715403c1457f6aad3
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63117
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Makefile.inc b/Makefile.inc index 377ddff994..ab81682ee2 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -676,19 +676,6 @@ decompressor-y += $(CONFIG_MEMLAYOUT_LD_FILE) clean-abuild: rm -rf coreboot-builds -clean-for-update-target: clean-payloads - rm -f $(obj)/ramstage?* $(obj)/coreboot.romstage $(obj)/coreboot.pre* $(obj)/coreboot.bootblock $(obj)/coreboot.a - rm -rf $(obj)/bootblock?* $(obj)/romstage?* $(obj)/location.* - rm -f $(obj)/option_table.* $(obj)/crt0.S $(obj)/ldscript - rm -f $(obj)/mainboard/$(MAINBOARDDIR)/static.c $(obj)/mainboard/$(MAINBOARDDIR)/config.py $(obj)/mainboard/$(MAINBOARDDIR)/static.dot - rm -f $(obj)/mainboard/$(MAINBOARDDIR)/crt0.s $(obj)/mainboard/$(MAINBOARDDIR)/crt0.disasm - rm -f $(obj)/mainboard/$(MAINBOARDDIR)/romstage.inc - rm -f $(obj)/mainboard/$(MAINBOARDDIR)/bootblock.* $(obj)/dsdt.* - rm -f $(obj)/cpu/x86/smm/smm_bin.c $(obj)/cpu/x86/smm/smm.* $(obj)/cpu/x86/smm/smm - -clean-target: - rm -f $(obj)/coreboot* - ####################################################################### # Development utilities printcrt0s: |