diff options
author | Grant Likely <grant.likely@linaro.org> | 2015-06-30 15:28:52 +0200 |
---|---|---|
committer | Grant Likely <grant.likely@linaro.org> | 2015-06-30 15:28:52 +0200 |
commit | becfc3c86df963491ff1d5ffc6131a06af6bb851 (patch) | |
tree | 4b60fb962445166025724b84ce13e7f1762df8a1 /drivers/firmware/efi | |
parent | of/fdt: fix argument name and add comments of unflatten_dt_node() (diff) | |
parent | Documentation: DT: Fix a typo in the filename "lantiq,<chip>-pinumx.txt" (diff) | |
download | linux-becfc3c86df963491ff1d5ffc6131a06af6bb851.tar.xz linux-becfc3c86df963491ff1d5ffc6131a06af6bb851.zip |
Merge remote-tracking branch 'robh/for-next' into devicetree/next
Diffstat (limited to 'drivers/firmware/efi')
-rw-r--r-- | drivers/firmware/efi/libstub/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/firmware/efi/libstub/Makefile b/drivers/firmware/efi/libstub/Makefile index 280bc0a63365..816dbe9f4b82 100644 --- a/drivers/firmware/efi/libstub/Makefile +++ b/drivers/firmware/efi/libstub/Makefile @@ -24,8 +24,6 @@ KASAN_SANITIZE := n lib-y := efi-stub-helper.o lib-$(CONFIG_EFI_ARMSTUB) += arm-stub.o fdt.o -CFLAGS_fdt.o += -I$(srctree)/scripts/dtc/libfdt/ - # # arm64 puts the stub in the kernel proper, which will unnecessarily retain all # code indefinitely unless it is annotated as __init/__initdata/__initconst etc. |