From 3cb8d4ddbf38ff1e7983fb277700b582d396632b Mon Sep 17 00:00:00 2001 From: Takumi Sueda Date: Tue, 24 Nov 2020 03:08:57 +0900 Subject: [PATCH 1/3] Update linux-brain / affect its change to buildbrain --- Makefile | 4 ++-- linux-brain | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 004bb71..772173c 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ ubuild: .PHONY: ldefconfig: - make -C ./linux-brain mxs_defconfig + make -C ./linux-brain brain_defconfig .PHONY: lmenuconfig: @@ -58,7 +58,7 @@ lmenuconfig: .PHONY: lsavedefconfig: make -C ./linux-brain savedefconfig - cp ./linux-brain/defconfig ./linux-brain/arch/arm/configs/mxs_defconfig + mv ./linux-brain/defconfig ./linux-brain/arch/arm/configs/brain_defconfig .PHONY: lbuild: diff --git a/linux-brain b/linux-brain index 19c30d3..cac9c9d 160000 --- a/linux-brain +++ b/linux-brain @@ -1 +1 @@ -Subproject commit 19c30d3b372dd5226e31ba195f2b22e18214dfe9 +Subproject commit cac9c9d086a73fc89bf5e6edf4d7838c55293755 From 12bc98c619b6c4d0cf9580b951efd2180e43b726 Mon Sep 17 00:00:00 2001 From: Takumi Sueda Date: Tue, 24 Nov 2020 03:11:55 +0900 Subject: [PATCH 2/3] Update u-boot-brain --- u-boot-brain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/u-boot-brain b/u-boot-brain index 8ca2fd0..8f3049f 160000 --- a/u-boot-brain +++ b/u-boot-brain @@ -1 +1 @@ -Subproject commit 8ca2fd02bf72ceeff2fa917b1cbdb48da7ff19ed +Subproject commit 8f3049f7dc914b2dfbd29e214eb7666717f095e6 From d04c0b6d396398414ee4e2d1e1ef945eb605b341 Mon Sep 17 00:00:00 2001 From: Takumi Sueda Date: Tue, 24 Nov 2020 03:13:28 +0900 Subject: [PATCH 3/3] Add lclean target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 772173c..aea0405 100644 --- a/Makefile +++ b/Makefile @@ -60,6 +60,10 @@ lsavedefconfig: make -C ./linux-brain savedefconfig mv ./linux-brain/defconfig ./linux-brain/arch/arm/configs/brain_defconfig +.PHONY: +lclean: + make -C ./linux-brain distclean + .PHONY: lbuild: make -j$(JOBS) -C ./linux-brain