Disable eudev and gdb
This commit is contained in:
parent
9e44476874
commit
4b7f473258
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
# Enable build eudev
|
# Enable build eudev
|
||||||
CONFIG_SYSDRV_ENABLE_EUDEV=y
|
CONFIG_SYSDRV_ENABLE_EUDEV=n
|
||||||
$(eval $(call MACRO_CHECK_ENABLE_PKG, RK_ENABLE_EUDEV))
|
$(eval $(call MACRO_CHECK_ENABLE_PKG, RK_ENABLE_EUDEV))
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -10,7 +10,7 @@ $(eval $(call MACRO_CHECK_ENABLE_PKG, RK_ENABLE_ADBD))
|
||||||
|
|
||||||
|
|
||||||
# Enable build gdb and gdbserver debug tool
|
# Enable build gdb and gdbserver debug tool
|
||||||
CONFIG_SYSDRV_ENABLE_GDB=y
|
CONFIG_SYSDRV_ENABLE_GDB=n
|
||||||
$(eval $(call MACRO_CHECK_ENABLE_PKG, RK_ENABLE_GDB))
|
$(eval $(call MACRO_CHECK_ENABLE_PKG, RK_ENABLE_GDB))
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user