mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Let 'make distclean' remove the .xcompile file if it exists (trivial).
The previous commit had a typo (xconfig instead of xcompile). I did that a couple of times, too. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@195 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
42fbf747a4
commit
689a938ca6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -121,7 +121,7 @@ clean:
|
|||
|
||||
distclean: clean
|
||||
$(Q)echo -n "Deleting config files... "
|
||||
$(Q)rm -f .kconfig.d .config .tmpconfig.h .config.old .xconfig
|
||||
$(Q)rm -f .kconfig.d .config .tmpconfig.h .config.old .xcompile
|
||||
$(Q)echo "done"
|
||||
|
||||
%.o: %.c
|
||||
|
|
Loading…
Add table
Reference in a new issue