summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2021-07-18 07:13:58 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-07-18 07:13:58 +0200
commit68a34282e9de28a448cbb653277b8020bf945696 (patch)
tree48822a4d0eebd275f519d3bcfa067b2e5889c088 /common/Makefile
parent8d25e409dd5a30bdd26b89c9409720f47b93b4c7 (diff)
parent0f621c63d7c3396010001c043e190b628d7b2982 (diff)
downloadbarebox-68a34282e9de28a448cbb653277b8020bf945696.tar.gz
barebox-68a34282e9de28a448cbb653277b8020bf945696.tar.xz
Merge branch 'for-next/usb-gadget'
Diffstat (limited to 'common/Makefile')
-rw-r--r--common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile
index daa022ff54..4b45f678c7 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -51,6 +51,7 @@ extra-$(CONFIG_MODULES) += module.lds
obj-$(CONFIG_OFTREE) += oftree.o
obj-$(CONFIG_PARTITION_DISK) += partitions.o partitions/
obj-$(CONFIG_PASSWORD) += password.o
+obj-$(CONFIG_HAS_SCHED) += sched.o
obj-$(CONFIG_POLLER) += poller.o
obj-$(CONFIG_BTHREAD) += bthread.o
obj-$(CONFIG_RESET_SOURCE) += reset_source.o