cosmetics: Shorten overly long lines.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22795 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-24 13:12:55 +00:00
parent 5112531dec
commit 8ffe8d3d19
1 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
KERNEL_INCLUDES = /lib/modules/`uname -r`/build/include
VERSION = $(shell grep UTS_RELEASE $(KERNEL_INCLUDES)/linux/version.h | cut -d '"' -f2)
KERNEL_INC = /lib/modules/`uname -r`/build/include
VERSION = $(shell grep RELEASE $(KERNEL_INC)/linux/version.h | cut -d'"' -f2)
MDIR = /lib/modules/$(VERSION)/misc
CFLAGS = -O2 -D__KERNEL__ -DMODULE -I$(KERNEL_INCLUDES) -Wall -include $(KERNEL_INCLUDES)/linux/modversions.h
CFLAGS = -O2 -D__KERNEL__ -DMODULE -Wall -I$(KERNEL_INC) \
-include $(KERNEL_INC)/linux/modversions.h
OBJS = mga_vid.o tdfx_vid.o radeon_vid.o rage128_vid.o