Skip to content

Commit 4c20d39

Browse files
committed
Add droidboot to Kconfig/Makefile
1 parent 0fd3065 commit 4c20d39

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

lib/Kconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ config ADDR_MAP
88

99
This library only works in the post-relocation phase.
1010

11+
config DROIDBOOT
12+
bool "Enable droidboot (ABM) gui to be built"
13+
help
14+
Enable droidboot (ABM) gui to be built
15+
1116
config SYS_NUM_ADDR_MAP
1217
int "Size of the address-map table"
1318
depends on ADDR_MAP

lib/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,3 +168,4 @@ quiet_cmd_build_OID_registry = GEN $@
168168
clean-files += oid_registry_data.c
169169

170170
subdir-ccflags-$(CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED) += -O2
171+
obj-$(CONFIG_DROIDBOOT) += droidboot/

0 commit comments

Comments
 (0)