X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cmd%2Fx86%2FMakefile;h=144b1cf5abeccf30b6ac44102c31a17b739546fe;hb=c8a7cadc81a064f1d00bb3255ee64a687ac73ebe;hp=707161440d064e1f77dfa9ec833499723980abd7;hpb=180e38ad2dbb3340cc71fb4fa335a68f2a4122ef;p=oweals%2Fu-boot.git diff --git a/cmd/x86/Makefile b/cmd/x86/Makefile index 707161440d..144b1cf5ab 100644 --- a/cmd/x86/Makefile +++ b/cmd/x86/Makefile @@ -2,4 +2,5 @@ obj-y += mtrr.o obj-$(CONFIG_CMD_EXCEPTION) += exception.o +obj-$(CONFIG_USE_HOB) += hob.o obj-$(CONFIG_HAVE_FSP) += fsp.o