diff options
-rw-r--r-- | src/soc/qualcomm/ipq806x/Makefile.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/qualcomm/ipq806x/Makefile.inc b/src/soc/qualcomm/ipq806x/Makefile.inc index 6ee925c2b2..5dfca4d7ad 100644 --- a/src/soc/qualcomm/ipq806x/Makefile.inc +++ b/src/soc/qualcomm/ipq806x/Makefile.inc @@ -40,8 +40,6 @@ ramstage-y += timer.c ramstage-$(CONFIG_DRIVERS_UART) += uart.c ramstage-y += usb.c -INCLUDES += -Isrc/soc/qualcomm/ipq806x/include/ - ifeq ($(CONFIG_USE_BLOBS),y) # Generate the actual coreboot bootblock code |