updated on Thu Jan 19 04:14:35 UTC 2012
[aur-mirror.git] / lcnb_acpi / Makefile_standalone_compile.patch
blobdadd72176326a41efae120f07982c28e99f0ad54
1 --- lcnb_acpi-0.10-1mdv2008.1/Makefile 2009-02-19 20:19:58.000000000 +0100
2 +++ Makefile 2009-02-19 19:25:05.000000000 +0100
3 @@ -2,6 +2,8 @@
4 # Makefile for the Linux ACPI interpreter
9 ACPI_CFLAGS := -Os
11 ifdef CONFIG_ACPI_DEBUG
12 @@ -11,3 +13,9 @@
13 EXTRA_CFLAGS += $(ACPI_CFLAGS)
15 obj-m += lcnb_acpi.o
17 +KVERSION = $(shell uname -r)
18 +all:
19 + make -C /lib/modules/$(KVERSION)/build M=$(PWD) modules
20 +clean:
21 + make -C /lib/modules/$(KVERSION)/build M=$(PWD) clean