vboot2: Fix compiler flags dropped during verstage/libverstage split
verstage still needs to be built with its flags. Change-Id: I125e4be283d3838fc7ce6587bf9996731540d517 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: http://review.coreboot.org/10098 Tested-by: build bot (Jenkins)
This commit is contained in:
parent
32bc18ef97
commit
26681ec2cb
|
@ -18,6 +18,7 @@
|
|||
##
|
||||
|
||||
libverstage-generic-ccopts += -D__PRE_RAM__ -D__VERSTAGE__
|
||||
verstage-generic-ccopts += -D__PRE_RAM__ -D__VERSTAGE__
|
||||
|
||||
bootblock-y += ../vboot_common.c
|
||||
verstage-y += ../vboot_common.c
|
||||
|
|
Loading…
Reference in New Issue