aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/arm/SH-Mobile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/arm/SH-Mobile/Makefile')
-rw-r--r--Documentation/arm/SH-Mobile/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/Documentation/arm/SH-Mobile/Makefile b/Documentation/arm/SH-Mobile/Makefile
index 8771d832cf8c..bca8a7ef6bbe 100644
--- a/Documentation/arm/SH-Mobile/Makefile
+++ b/Documentation/arm/SH-Mobile/Makefile
@@ -1,8 +1,7 @@
-BIN := vrl4
+# List of programs to build
+hostprogs-y := vrl4
-.PHONY: all
-all: $(BIN)
+# Tell kbuild to always build the programs
+always := $(hostprogs-y)
-.PHONY: clean
-clean:
- rm -f *.o $(BIN)
+HOSTCFLAGS_vrl4.o += -I$(objtree)/usr/include -I$(srctree)/tools/include