mirror of
https://xff.cz/git/u-boot/
synced 2025-12-26 12:39:11 +01:00
14 lines
289 B
Makefile
14 lines
289 B
Makefile
#
|
|
# (C) Copyright 2006
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# (C) Copyright 2002
|
|
# Stäubli Faverges - <www.staubli.com>
|
|
# Pierre AUBERT p.aubert@staubli.com
|
|
#
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_CMD_FDOS) := fat.o vfat.o dev.o fdos.o fs.o subdir.o
|