Changeset 3484 for i2c/trunk/Makefile
- Timestamp:
- 07/09/00 22:35:42 (13 years ago)
- Files:
-
- 1 modified
-
i2c/trunk/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i2c/trunk/Makefile
r3465 r3484 59 59 # This is the directory into which the modules will be installed. 60 60 # The magic invocation will return something like this: 61 # /lib/modules/2.2.15-ac9/ extra/misc62 MODDIR := /lib/modules/`grep UTS_RELEASE $(LINUX_HEADERS)/linux/version.h|cut -f 2 -d'"'`/ extra/misc61 # /lib/modules/2.2.15-ac9/misc 62 MODDIR := /lib/modules/`grep UTS_RELEASE $(LINUX_HEADERS)/linux/version.h|cut -f 2 -d'"'`/misc 63 63 64 64 # This is the directory into which the header files will be installed.
