diff options
author | Tom Rini <trini@konsulko.com> | 2018-09-29 22:28:44 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-09-29 22:28:44 -0400 |
commit | b592936d357f6c648f59ae0e3159149df3a942fb (patch) | |
tree | 4029ea898605dbd4b83ed4546dee5f348a08da7a /cmd/Makefile | |
parent | cc49e2bdb8fbd47af28cb7e47696322586e9fff1 (diff) | |
parent | c1a65a8c598d27379db91cd47d30103d76311398 (diff) | |
download | u-boot-b592936d357f6c648f59ae0e3159149df3a942fb.tar.gz |
Merge branch 'master' of git://git.denx.de/u-boot-video
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'cmd/Makefile')
-rw-r--r-- | cmd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Makefile b/cmd/Makefile index 9e311a79c0..2c858f9500 100644 --- a/cmd/Makefile +++ b/cmd/Makefile @@ -97,6 +97,7 @@ obj-$(CONFIG_CMD_MTDPARTS) += mtdparts.o obj-$(CONFIG_CMD_NAND) += nand.o obj-$(CONFIG_CMD_NET) += net.o obj-$(CONFIG_CMD_ONENAND) += onenand.o +obj-$(CONFIG_CMD_OSD) += osd.o obj-$(CONFIG_CMD_PART) += part.o ifdef CONFIG_PCI obj-$(CONFIG_CMD_PCI) += pci.o |