Changeset 2709

Show
Ignore:
Timestamp:
09/15/07 02:14:38 (1 year ago)
Author:
mentor
Message:

Add a local install Makefile target

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/ath5k/Makefile

    r2700 r2709  
    1616        $(KBUILD) clean 
    1717 
     18install: 
     19        $(KBUILD) modules_install 
     20 
    1821cscope: 
    1922        cscope -b `find $(src) -type f -name '*.[ch]'`