mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
This change will fix the following compiler warnings for AK and DK targets. 1.Wimplicit-function-declaration 2.Wdiscarded-qualifiers 3.Wstrict-prototypes 4.Wmaybe-uninitialized 5.Wunused-variable 6.Wint-conversion Change-Id: I364904283172ccb19602ae1b6deceb8c61ea7638 Signed-off-by: sameeruddin shaik <samesh@codeaurora.org>
5 lines
108 B
Makefile
5 lines
108 B
Makefile
ccflags-y += -I$(srctree)/board/qca/arm/common/
|
|
ccflags-y += -I$(srctree)/drivers/spi/
|
|
|
|
obj-y += ipq806x.o
|
|
|