repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
wl1251: add power callback to wl1251_if_operations
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
Documentation
/
connector
/
Makefile
blob
d98e4df98e249762394ee6be0833de4b6c5ad87f
1
ifneq
($(
CONFIG_CONNECTOR
),)
2
obj-m
+=
cn_test.o
3
endif
4
5
# List of programs to build
6
hostprogs-y
:=
ucon
7
8
# Tell kbuild to always build the programs
9
always
:= $(
hostprogs-y
)
10
11
HOSTCFLAGS_ucon.o
+= -
I
$(
objtree
)/
usr
/
include
12
13
all
:
modules
14
15
modules
clean
:
16
$(
MAKE
) -
C ..
/
.. SUBDIRS
=$(
PWD
) $
@