From ac6279b5313f05cbb776767c95bfd4e3cb04021d Mon Sep 17 00:00:00 2001 From: Guohan Lu Date: Sun, 16 Jun 2024 15:45:58 -0700 Subject: [PATCH] show patch applied after import all local patches Signed-off-by: Guohan Lu --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 73890169c..c53c15ddf 100644 --- a/Makefile +++ b/Makefile @@ -128,6 +128,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% : # Learning new git repo head (above commit) by calling stg repair. stg repair stg import -s ../patch/series + stg series # Optionally add/remove kernel options if [ -f ../manage-config ]; then