We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd3065 commit 4c20d39Copy full SHA for 4c20d39
lib/Kconfig
@@ -8,6 +8,11 @@ config ADDR_MAP
8
9
This library only works in the post-relocation phase.
10
11
+config DROIDBOOT
12
+ bool "Enable droidboot (ABM) gui to be built"
13
+ help
14
+ Enable droidboot (ABM) gui to be built
15
+
16
config SYS_NUM_ADDR_MAP
17
int "Size of the address-map table"
18
depends on ADDR_MAP
lib/Makefile
@@ -168,3 +168,4 @@ quiet_cmd_build_OID_registry = GEN $@
168
clean-files += oid_registry_data.c
169
170
subdir-ccflags-$(CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED) += -O2
171
+obj-$(CONFIG_DROIDBOOT) += droidboot/
0 commit comments