Sign in
nest-open-source
/
nest-learning-thermostat
/
5.0.2
/
linux
/
6f77e99bd090f549cd35a6b2da31ef3562ce3e93
/
.
/
linux-imx
/
Documentation
/
timers
/
Makefile
blob: 73f75f8a87dc099f0e788aeb353eb9c3eae50f12 [
file
]
# kbuild trick to avoid linker error. Can be omitted if a module is built.
obj
-
:=
dummy
.
o
# List of programs to build
hostprogs
-
$
(
CONFIG_X86
)
:=
hpet_example
# Tell kbuild to always build the programs
always
:=
$
(
hostprogs
-
y
)