diff options
Diffstat (limited to 'cmd/x86/Makefile')
-rw-r--r-- | cmd/x86/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/x86/Makefile b/cmd/x86/Makefile new file mode 100644 index 0000000000..d4c690b055 --- /dev/null +++ b/cmd/x86/Makefile @@ -0,0 +1,6 @@ +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += mtrr.o +obj-$(CONFIG_HAVE_FSP) += fsp.o |