Merge pull request #6 from brain-hackers/update

Update
This commit is contained in:
Takumi Sueda 2020-11-24 03:14:05 +09:00 committed by GitHub
commit e566e5819c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 4 deletions

View File

@ -49,7 +49,7 @@ ubuild:
.PHONY:
ldefconfig:
make -C ./linux-brain mxs_defconfig
make -C ./linux-brain brain_defconfig
.PHONY:
lmenuconfig:
@ -58,7 +58,11 @@ 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:
lclean:
make -C ./linux-brain distclean
.PHONY:
lbuild:

@ -1 +1 @@
Subproject commit 19c30d3b372dd5226e31ba195f2b22e18214dfe9
Subproject commit cac9c9d086a73fc89bf5e6edf4d7838c55293755

@ -1 +1 @@
Subproject commit 8ca2fd02bf72ceeff2fa917b1cbdb48da7ff19ed
Subproject commit 8f3049f7dc914b2dfbd29e214eb7666717f095e6