Skip to content

Commit

Permalink
Adjust the clean command
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub authored Jan 25, 2022
1 parent 1251074 commit 27db46e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recompile
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ make_kernel() {
#
MAKE_SET_STRING=" ARCH=${ARCH} CROSS_COMPILE=${CROSS_COMPILE} CLANG_TRIPLE=${CLANG_TRIPLE} CC=${CC} LD=${LD} LLVM=1 LLVM_IAS=1 LOCALVERSION=${LOCALVERSION} "

# Make mrproper
make ${MAKE_SET_STRING} mrproper
# Make clean/mrproper
make ${MAKE_SET_STRING} clean

# Make menuconfig
#make ${MAKE_SET_STRING} menuconfig
Expand Down

0 comments on commit 27db46e

Please sign in to comment.