Remove unnecessary -I option from CFLAGS.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22687 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-17 13:28:03 +00:00
parent ca131192cd
commit c5ccfdffd6
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
KERNEL_DIR=/lib/modules/`uname -r`/build
KERNEL_INCLUDES= $(KERNEL_DIR)/include
INCLUDES = -I$(KERNEL_INCLUDES) -I$(KERNEL_INCLUDES)/asm
INCLUDES = -I$(KERNEL_INCLUDES)
VERSION = $(shell grep UTS_RELEASE $(KERNEL_INCLUDES)/linux/version.h | cut -d '"' -f2)
MDIR = /lib/modules/$(VERSION)/misc