Changeset 3484 for i2c/trunk/Makefile

Show
Ignore:
Timestamp:
07/09/00 22:35:42 (13 years ago)
Author:
frodo
Message:

MODDIR changes, as promised

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • i2c/trunk/Makefile

    r3465 r3484  
    5959# This is the directory into which the modules will be installed. 
    6060# The magic invocation will return something like this: 
    61 #   /lib/modules/2.2.15-ac9/extra/misc 
    62 MODDIR := /lib/modules/`grep UTS_RELEASE $(LINUX_HEADERS)/linux/version.h|cut -f 2 -d'"'`/extra/misc 
     61#   /lib/modules/2.2.15-ac9/misc 
     62MODDIR := /lib/modules/`grep UTS_RELEASE $(LINUX_HEADERS)/linux/version.h|cut -f 2 -d'"'`/misc 
    6363 
    6464# This is the directory into which the header files will be installed.