summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYegor Alexeyev2015-10-03 12:21:45 +0300
committerYegor Alexeyev2015-10-03 12:21:45 +0300
commit7626ad3d97ad55e84ef5a9f67e5853e0bc46d5aa (patch)
tree76f622bb5a2c1f9c021c2ce4a30ea3fc30407195
parent05e1c00eef800c5e8f6fcb299037155c451c7f43 (diff)
downloadaur-7626ad3d97ad55e84ef5a9f67e5853e0bc46d5aa.tar.gz
Fixed define passing into kernel module source
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dfda220c9cd6..4809444b3555 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ md5sums=('SKIP')
build() {
cd ${srcdir}/${pkgname}
- make CFLAGS=-DKB_BACKLIGHT=1
+ make CFLAGS_pixel_kb_backlight.o=-DKB_BACKLIGHT=1
}