]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Makefile: remove misc include and simple-bin build artifacts on clean
authorJohn Clark <inindev@gmail.com>
Fri, 13 Oct 2023 13:23:07 +0000 (13:23 +0000)
committerTom Rini <trini@konsulko.com>
Tue, 24 Oct 2023 20:34:45 +0000 (16:34 -0400)
commit27537d4673a44fbe463d9dc656ab609d074b3413
treee8e3c94331b929d20e616426a8131f4e5f120b88
parent0b9441ae76db88b6871adc31b7e59355286f2847
Makefile: remove misc include and simple-bin build artifacts on clean

make rock5b-rk3588_defconfig
make
make clean
git status

before
~~~~~~~
On branch master
Your branch is up to date with 'origin/master'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)
include/autoconf.mk
include/autoconf.mk.dep
include/config.h
mkimage-in-simple-bin-spi.mkimage-rockchip-tpl
mkimage-in-simple-bin-spi.mkimage-u-boot-spl
mkimage-in-simple-bin.mkimage-rockchip-tpl
mkimage-in-simple-bin.mkimage-u-boot-spl
simple-bin.fit.fit
simple-bin.fit.itb

after
~~~~~~~
On branch master
Your branch is ahead of 'origin/master' by 1 commit.
  (use "git push" to publish your local commits)

nothing to commit, working tree clean

Signed-off-by: John Clark <inindev@gmail.com>
Makefile