repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Wed Jan 25 20:08:56 UTC 2012
[aur-mirror.git]
/
nvidia-bl
/
Makefile
blob
d015fec97a65ec92427abbca1a65e150af9a2dc7
1
NAME
=
nvidia-bl
2
MODULE_NAME
=
nvidia_bl
3
VERSION
=
0.17.3
4
5
obj-m
:= $(
MODULE_NAME
)
.o
6
7
KDIR
:= /
lib
/
modules
/$(
shell
uname
-
r
)/
build
8
PWD
:= $(
shell
pwd
)
9
10
default
:
11
$(
MAKE
) -
C
$(
KDIR
)
SUBDIRS
=$(
PWD
)
modules
12