Sign in
fuchsia
/
fuchsia
/
refs/heads/releases/dogfood
/
.
/
third_party
/
rust_crates
/
vendor
/
nix
/
test
/
test_kmod
/
hello_mod
/
Makefile
blob: 74c99b77e96e1434c00eee89f44b0baa07951760 [
file
] [
log
] [
blame
] [
edit
]
obj
-
m
+=
hello
.
o
all
:
make
-
C
/
lib
/
modules
/
$
(
shell uname
-
r
)/
build M
=
$
(
shell pwd
)
modules
clean
:
make
-
C
/
lib
/
modules
/
$
(
shell uname
-
r
)/
build M
=
$
(
shell pwd
)
clean