~ubuntu-branches/ubuntu/hardy/linux-backports-modules-2.6.24/hardy-security

« back to all changes in this revision

Viewing changes to debian/rules.d/4-binary-indep.mk

  • Committer: Bazaar Package Importer
  • Author(s): , Ben Collins
  • Date: 2008-04-02 06:59:04 UTC
  • Revision ID: james.westby@ubuntu.com-20080402065904-e5knh2gn2hms3xbb
Tags: 2.6.24-14.11
[Ben Collins]

* iwlwifi: Update to iwlwifi-1.2.25 and mac80211-10.0.4
  - LP: #200950
* ubuntu: Slight cleanups to module hiearchy and Makefiles
* mac80211: Enable LED triggers
* iwlwifi: Add LED trigger support (rx and tx only)
  - LP: #176090

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
        dh_testdir
9
9
        dh_testroot
10
10
        dh_clean -k -p$(indep_hdrpkg)
11
 
        # This is where you do the headers copy when the ALSA backport is done.
12
 
        #install -d $(snd_incl)
13
 
        #cp --preserve=timestamps `find ubuntu/sound/alsa-kernel/include -type f` $(snd_incl)
 
11
        if grep 'CONFIG_ALSA=m' $(confdir)/$(arch) > /dev/null ; then \
 
12
          install -d $(snd_incl); \
 
13
          cp --preserve=timestamps `find ubuntu/sound/alsa-kernel/include -type f` $(snd_incl); \
 
14
        fi
14
15
 
15
16
install-indep: install-headers
16
17