From 3cb8d4ddbf38ff1e7983fb277700b582d396632b Mon Sep 17 00:00:00 2001 From: Takumi Sueda Date: Tue, 24 Nov 2020 03:08:57 +0900 Subject: [PATCH] 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