diff options
Diffstat (limited to 'src/vboot/Makefile.inc')
-rw-r--r-- | src/vboot/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vboot/Makefile.inc b/src/vboot/Makefile.inc index fb373c3aad..a09811b52c 100644 --- a/src/vboot/Makefile.inc +++ b/src/vboot/Makefile.inc @@ -13,14 +13,14 @@ ## GNU General Public License for more details. ## +ifeq ($(CONFIG_VBOOT),y) + bootblock-y += bootmode.c romstage-y += bootmode.c ramstage-y += bootmode.c verstage-y += bootmode.c postcar-y += bootmode.c -ifeq ($(CONFIG_VBOOT),y) - libverstage-generic-ccopts += -D__PRE_RAM__ -D__VERSTAGE__ verstage-generic-ccopts += -D__PRE_RAM__ -D__VERSTAGE__ |