stroese | 2b91871 | 2004-12-16 17:26:24 +0000 | [diff] [blame] | 1 | # |
Marian Balakowicz | f932863 | 2006-09-01 19:49:50 +0200 | [diff] [blame] | 2 | # (C) Copyright 2006 |
| 3 | # Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
| 4 | # |
stroese | 2b91871 | 2004-12-16 17:26:24 +0000 | [diff] [blame] | 5 | # (C) Copyright 2003 |
| 6 | # Pavel Bartusek, Sysgo Real-Time Solutions AG, pba@sysgo.de |
| 7 | # |
| 8 | # |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 9 | # SPDX-License-Identifier: GPL-2.0+ |
stroese | 2b91871 | 2004-12-16 17:26:24 +0000 | [diff] [blame] | 10 | # |
| 11 | |
Masahiro Yamada | 35c7927 | 2013-10-17 17:34:58 +0900 | [diff] [blame] | 12 | obj-$(CONFIG_FS_EXT4) := ext4fs.o ext4_common.o dev.o |
| 13 | obj-$(CONFIG_EXT4_WRITE) += ext4_write.o ext4_journal.o crc16.o |