mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
Android: Add CONFIG_ACS option to makefile
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
parent
5e42035ed9
commit
bbd84e5f42
@ -860,6 +860,12 @@ endif
|
||||
|
||||
OBJS += src/drivers/driver_common.c
|
||||
|
||||
ifdef CONFIG_ACS
|
||||
L_CFLAGS += -DCONFIG_ACS
|
||||
OBJS += src/ap/acs.c
|
||||
LIBS += -lm
|
||||
endif
|
||||
|
||||
ifdef CONFIG_NO_STDOUT_DEBUG
|
||||
L_CFLAGS += -DCONFIG_NO_STDOUT_DEBUG
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user