mirror of
https://github.com/brain-hackers/buildbrain
synced 2024-12-22 12:10:12 +09:00
Update linux-brain / affect its change to buildbrain
This commit is contained in:
parent
3de592755b
commit
3cb8d4ddbf
4
Makefile
4
Makefile
@ -49,7 +49,7 @@ ubuild:
|
|||||||
|
|
||||||
.PHONY:
|
.PHONY:
|
||||||
ldefconfig:
|
ldefconfig:
|
||||||
make -C ./linux-brain mxs_defconfig
|
make -C ./linux-brain brain_defconfig
|
||||||
|
|
||||||
.PHONY:
|
.PHONY:
|
||||||
lmenuconfig:
|
lmenuconfig:
|
||||||
@ -58,7 +58,7 @@ lmenuconfig:
|
|||||||
.PHONY:
|
.PHONY:
|
||||||
lsavedefconfig:
|
lsavedefconfig:
|
||||||
make -C ./linux-brain savedefconfig
|
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:
|
.PHONY:
|
||||||
lbuild:
|
lbuild:
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 19c30d3b372dd5226e31ba195f2b22e18214dfe9
|
Subproject commit cac9c9d086a73fc89bf5e6edf4d7838c55293755
|
Loading…
Reference in New Issue
Block a user