diff options
Diffstat (limited to 'drivers/firmware/Makefile')
-rw-r--r-- | drivers/firmware/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/firmware/Makefile b/drivers/firmware/Makefile new file mode 100644 index 000000000000..90fd0b26db8b --- /dev/null +++ b/drivers/firmware/Makefile | |||
@@ -0,0 +1,6 @@ | |||
1 | # | ||
2 | # Makefile for the linux kernel. | ||
3 | # | ||
4 | obj-$(CONFIG_EDD) += edd.o | ||
5 | obj-$(CONFIG_EFI_VARS) += efivars.o | ||
6 | obj-$(CONFIG_EFI_PCDP) += pcdp.o | ||