~ubuntu-branches/ubuntu/precise/linux-ti-omap/precise

« back to all changes in this revision

Viewing changes to ubuntu/rtl8192se/rtl8192s/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Bader, Amit Kucheria
  • Date: 2010-03-23 18:05:12 UTC
  • Revision ID: james.westby@ubuntu.com-20100323180512-iavj906ocnphdubp
Tags: 2.6.33-500.3
[ Amit Kucheria ]

* [Config] Fix the debug package name to end in -dbgsym
* SAUCE: Add the ubuntu/ drivers to omap
* SAUCE: Re-export the symbols for aufs
* [Config] Enable AUFS and COMPCACHE

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.PHONY:clean
 
2
clean:
 
3
        rm -fr *.mod.c *.mod *.o .*.cmd *.ko *~
 
4
        rm -fr .tmp_versions
 
5
        rm -fr Modules.symvers
 
6
        rm -fr Module.symvers
 
7
        rm -fr Module.markers
 
8
        rm -fr modules.order
 
9
        rm -fr tags
 
10