Mercurial > mplayer.hg
changeset 32248:114d020c92c0
Use generated dependency information files for dhahelper.
author | diego |
---|---|
date | Mon, 20 Sep 2010 21:52:06 +0000 |
parents | 9578a8357268 |
children | 4cea7da54475 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Mon Sep 20 21:03:59 2010 +0000 +++ b/Makefile Mon Sep 20 21:52:06 2010 +0000 @@ -1108,10 +1108,10 @@ driversclean: -rm -f $(DRIVER_OBJS) drivers/*~ +DHAHELPER_DEPS_FILES = vidix/dhahelper/dhahelper.d vidix/dhahelper/test.d vidix/dhahelperwin/dhahelper.d vidix/dhahelperwin/dhasetup.d dhahelper: vidix/dhahelper/dhahelper.o vidix/dhahelper/test vidix/dhahelper/dhahelper.o vidix/dhahelper/test: CFLAGS = $(KERNEL_CFLAGS) -vidix/dhahelper/dhahelper.o: vidix/dhahelper/dhahelper.c vidix/dhahelper/dhahelper.h install-dhahelper: vidix/dhahelper/dhahelper.o -mkdir -p $(MODULES_DIR) @@ -1153,7 +1153,7 @@ --include $(DEP_FILES) $(DRIVER_DEP_FILES) $(TESTS_DEP_FILES) $(TOOLS_DEP_FILES) +-include $(DEP_FILES) $(DRIVER_DEP_FILES) $(TESTS_DEP_FILES) $(TOOLS_DEP_FILES) $(DHAHELPER_DEPS_FILES) .PHONY: all doxygen *install* *tools drivers dhahelper* .PHONY: checkheaders *clean tests