Documentation: add makefiles for more targets
[deliverable/linux.git] / Documentation / arm / SH-Mobile / Makefile
index 8771d832cf8ca1fb471864206bc85342b9e0374c..ac8075dcfddc6272fff0c6a23db6bc0badca5437 100644 (file)
@@ -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
This page took 0.02595 seconds and 5 git commands to generate.