mirror of
https://github.com/brain-hackers/buildbrain
synced 2024-12-22 12:10:12 +09:00
commit
e566e5819c
8
Makefile
8
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,11 @@ 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:
|
||||||
|
lclean:
|
||||||
|
make -C ./linux-brain distclean
|
||||||
|
|
||||||
.PHONY:
|
.PHONY:
|
||||||
lbuild:
|
lbuild:
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 19c30d3b372dd5226e31ba195f2b22e18214dfe9
|
Subproject commit cac9c9d086a73fc89bf5e6edf4d7838c55293755
|
@ -1 +1 @@
|
|||||||
Subproject commit 8ca2fd02bf72ceeff2fa917b1cbdb48da7ff19ed
|
Subproject commit 8f3049f7dc914b2dfbd29e214eb7666717f095e6
|
Loading…
Reference in New Issue
Block a user