2004-12-16 17:26:24 +00:00
|
|
|
#
|
2006-09-01 17:49:50 +00:00
|
|
|
# (C) Copyright 2006
|
|
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
#
|
2004-12-16 17:26:24 +00:00
|
|
|
# (C) Copyright 2003
|
|
|
|
# Pavel Bartusek, Sysgo Real-Time Solutions AG, pba@sysgo.de
|
|
|
|
#
|
|
|
|
#
|
2013-07-08 07:37:19 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2004-12-16 17:26:24 +00:00
|
|
|
#
|
|
|
|
|
2013-11-11 05:36:10 +00:00
|
|
|
obj-y := ext4fs.o ext4_common.o dev.o
|
2013-10-17 08:34:58 +00:00
|
|
|
obj-$(CONFIG_EXT4_WRITE) += ext4_write.o ext4_journal.o crc16.o
|