Commit 9f458945080f9e618641ff3ef04e60be0895d7e4

Authored by Hannes Frederic Sowa
Committed by David S. Miller
1 parent 49dd18ba46

reciprocal_div: objects with exported symbols should be obj-y rather than lib-y

Otherwise the exported symbols might be discarded because of no users
in vmlinux.

Reported-by: Jim Davis <jim.epost@gmail.com>
Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -10,7 +10,7 @@
10 10 lib-y := ctype.o string.o vsprintf.o cmdline.o \
11 11 rbtree.o radix-tree.o dump_stack.o timerqueue.o\
12 12 idr.o int_sqrt.o extable.o \
13   - sha1.o md5.o irq_regs.o reciprocal_div.o argv_split.o \
  13 + sha1.o md5.o irq_regs.o argv_split.o \
14 14 proportions.o flex_proportions.o ratelimit.o show_mem.o \
15 15 is_single_threaded.o plist.o decompress.o kobject_uevent.o \
16 16 earlycpio.o
... ... @@ -26,7 +26,7 @@
26 26 bust_spinlocks.o hexdump.o kasprintf.o bitmap.o scatterlist.o \
27 27 gcd.o lcm.o list_sort.o uuid.o flex_array.o iovec.o clz_ctz.o \
28 28 bsearch.o find_last_bit.o find_next_bit.o llist.o memweight.o kfifo.o \
29   - percpu-refcount.o percpu_ida.o hash.o rhashtable.o
  29 + percpu-refcount.o percpu_ida.o hash.o rhashtable.o reciprocal_div.o
30 30 obj-y += string_helpers.o
31 31 obj-$(CONFIG_TEST_STRING_HELPERS) += test-string_helpers.o
32 32 obj-y += kstrtox.o