summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-06-25 18:15:50 -0400
committerTom Rini <trini@konsulko.com>2020-06-25 18:15:50 -0400
commit04f005d552eb748582678a45119b55a99f75748e (patch)
treed57377eec42fbfecfc3108d8b64b8061331fed3a /arch/powerpc/lib/Makefile
parentf0e236c8d6646f6ef0ebf8f043962a07dda3b3a3 (diff)
parentc68a1ae6ab760d797f4dde2c5c671e18d0e2adb4 (diff)
Merge branch '2020-06-25-tidy-up-bd-command' into next
- Tidy up the 'bdinfo' command so that it's both consistent for all architectures and sharing as much code as possible.
Diffstat (limited to 'arch/powerpc/lib/Makefile')
-rw-r--r--arch/powerpc/lib/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/lib/Makefile b/arch/powerpc/lib/Makefile
index 01c9dd51be..f61809ab05 100644
--- a/arch/powerpc/lib/Makefile
+++ b/arch/powerpc/lib/Makefile
@@ -15,6 +15,8 @@ MINIMAL=y
endif
endif
+obj-y += bdinfo.o
+
ifdef MINIMAL
obj-y += cache.o time.o
ifndef CONFIG_TIMER