~ubuntu-branches/ubuntu/intrepid/eeepc-acpi/intrepid

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Eric Cooper
  • Date: 2008-01-22 17:51:32 UTC
  • Revision ID: james.westby@ubuntu.com-20080122175132-40ulqcdpu2g9b8a9
Tags: upstream-1.0
ImportĀ upstreamĀ versionĀ 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
KSRC ?= /lib/modules/$(shell uname -r)/build
 
2
 
 
3
obj-m   := eeepc_acpi.o
 
4
 
 
5
all:
 
6
        @$(MAKE) -C $(KSRC) SUBDIRS=$(PWD) modules
 
7
 
 
8
clean:
 
9
        rm -rf *.o *.ko .*.cmd .*.flags *.mod.c Module.symvers .tmp_versions