diff options
Diffstat (limited to 'Documentation/arm/SH-Mobile/Makefile')
-rw-r--r-- | Documentation/arm/SH-Mobile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/arm/SH-Mobile/Makefile b/Documentation/arm/SH-Mobile/Makefile index ac8075dcfdd..bca8a7ef6bb 100644 --- a/Documentation/arm/SH-Mobile/Makefile +++ b/Documentation/arm/SH-Mobile/Makefile @@ -4,4 +4,4 @@ hostprogs-y := vrl4 # Tell kbuild to always build the programs always := $(hostprogs-y) -HOSTCFLAGS_vrl4.o += -I$(objtree)/usr/include +HOSTCFLAGS_vrl4.o += -I$(objtree)/usr/include -I$(srctree)/tools/include |