Show
Ignore:
Timestamp:
08/06/08 18:33:18 (5 months ago)
Author:
mariodebian
Message:

sis7019-alsa-backport (1.0.0-2)

  • Change Makefile order (default == modules)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/sis7019-alsa-backport/Makefile

    r924 r941  
    99obj-m := snd-sis7019.o 
    1010 
     11modules: check 
     12        $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules 
     13 
     14all: modules 
     15 
    1116check: 
    1217        @if [ $(shell echo $(KVER) | sed -e 's|\(.\)-.*|\1|'| cut -f3 -d.) -gt 24 ]; then \ 
     18                echo ""; echo "";\ 
    1319                echo " *** ERROR *** ";\ 
    1420                echo "  kernel >= 2.6.25 include snd-sis7019";\ 
    15                 echo " You dont need to compile it"; \ 
     21                echo " You don't need to compile it"; \ 
     22                echo ""; echo ""; \ 
    1623                exit 1; \ 
    1724        fi 
    18  
    19 all: check 
    20         $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules 
    2125 
    2226install: check