summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-24 15:14:20 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-24 15:14:20 +0000
commit7189f0bb869d0857dbe24e9f5956f60f388ad95f (patch)
tree22766ad49d50b701abfa0e7733b03af0def728d3 /libdha
parent83470e26c3d79c0b96d2d85680248c6fe19313b7 (diff)
downloadmpv-7189f0bb869d0857dbe24e9f5956f60f388ad95f.tar.bz2
mpv-7189f0bb869d0857dbe24e9f5956f60f388ad95f.tar.xz
cosmetics: Shorten long lines, remove trailing whitespace.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22803 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdha')
-rw-r--r--libdha/kernelhelper/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/libdha/kernelhelper/Makefile b/libdha/kernelhelper/Makefile
index 7349718949..661320e881 100644
--- a/libdha/kernelhelper/Makefile
+++ b/libdha/kernelhelper/Makefile
@@ -1,7 +1,7 @@
-KERNEL_INCLUDES = /usr/src/linux/include
-INCLUDES = -I$(KERNEL_INCLUDES)
-CFLAGS = -O2 -D__KERNEL__ -DMODULE -include $(KERNEL_INCLUDES)/linux/modversions.h
-VERSION = $(shell grep UTS_RELEASE $(KERNEL_INCLUDES)/linux/version.h | cut -d '"' -f2)
+KERNEL_INC = /usr/src/linux/include
+INCLUDES = -I$(KERNEL_INC)
+CFLAGS = -O2 -D__KERNEL__ -DMODULE -include $(KERNEL_INC)/linux/modversions.h
+VERSION = $(shell grep RELEASE $(KERNEL_INC)/linux/version.h | cut -d'"' -f2)
MDIR = /lib/modules/$(VERSION)/misc
all: dhahelper.o test
@@ -19,7 +19,7 @@ install: dhahelper.o
dep depend:
-clean:
+clean:
rm -f *.o *~
distclean: clean