mirror of
https://github.com/mpv-player/mpv
synced 2025-03-06 06:08:23 +00:00
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:
parent
83470e26c3
commit
7189f0bb86
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user