Changeset 941
- Timestamp:
- 08/06/08 18:33:18 (4 months ago)
- Location:
- trunk/sis7019-alsa-backport
- Files:
-
- 2 modified
-
Makefile (modified) (1 diff)
-
debian/changelog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/sis7019-alsa-backport/Makefile
r924 r941 9 9 obj-m := snd-sis7019.o 10 10 11 modules: check 12 $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules 13 14 all: modules 15 11 16 check: 12 17 @if [ $(shell echo $(KVER) | sed -e 's|\(.\)-.*|\1|'| cut -f3 -d.) -gt 24 ]; then \ 18 echo ""; echo "";\ 13 19 echo " *** ERROR *** ";\ 14 20 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 ""; \ 16 23 exit 1; \ 17 24 fi 18 19 all: check20 $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules21 25 22 26 install: check -
trunk/sis7019-alsa-backport/debian/changelog
r924 r941 1 sis7019-alsa-backport (1.0.0-2) unstable; urgency=low 2 3 * Change Makefile order (default == modules) 4 5 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com> Wed, 06 Aug 2008 18:32:43 +0200 6 1 7 sis7019-alsa-backport (1.0.0-1) unstable; urgency=low 2 8
