diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-11-08 01:31:47 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-11-18 11:46:06 +0900 |
commit | bf070bb0e6c62ba3075db0a666763ba52c677102 (patch) | |
tree | 0e85b6a300e4a8848173f9a1b051e22bb6096fae /samples/uhid | |
parent | f7adc3124da019878186f1ebe98a13a1af041afd (diff) | |
download | linux-bf070bb0e6c62ba3075db0a666763ba52c677102.tar.gz linux-bf070bb0e6c62ba3075db0a666763ba52c677102.tar.bz2 linux-bf070bb0e6c62ba3075db0a666763ba52c677102.zip |
kbuild: remove all dummy assignments to obj-
Now kbuild core scripts create empty built-in.o where necessary.
Remove "obj- := dummy.o" tricks.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'samples/uhid')
-rw-r--r-- | samples/uhid/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/samples/uhid/Makefile b/samples/uhid/Makefile index c95a696560a7..8d7fd6190ac4 100644 --- a/samples/uhid/Makefile +++ b/samples/uhid/Makefile @@ -1,6 +1,3 @@ -# kbuild trick to avoid linker error. Can be omitted if a module is built. -obj- := dummy.o - # List of programs to build hostprogs-y := uhid-example |