xref: /openbmc/u-boot/fs/cramfs/Makefile (revision a79854a90f7297ddfda2114c867fd62643fa6e3a)
1#
2# (C) Copyright 2000-2006
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
5# SPDX-License-Identifier:	GPL-2.0+
6#
7
8obj-$(CONFIG_CMD_CRAMFS) := cramfs.o
9obj-$(CONFIG_CMD_CRAMFS) += uncompress.o
10