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
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: