diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/arch/i386/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/Makefile.inc b/src/arch/i386/Makefile.inc index 7fed6f53872b..c505740d85c1 100644 --- a/src/arch/i386/Makefile.inc +++ b/src/arch/i386/Makefile.inc @@ -5,7 +5,7 @@ subdirs-y += init subdirs-y += lib subdirs-y += smp -obj-y += ../../option_table.o +obj-$(CONFIG_HAVE_OPTION_TABLE) += ../../option_table.o ifdef POST_EVALUATION BOOTBLOCK_SIZE=65536 |