cosmetics: Shorten long lines, remove trailing whitespace.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22803 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-24 15:14:20 +00:00
parent 83470e26c3
commit 7189f0bb86
1 changed files with 5 additions and 5 deletions

View File

@ -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