diff options
Diffstat (limited to 'fs/Makefile')
-rw-r--r-- | fs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/Makefile b/fs/Makefile index 8a8175b7af3..bad0c2cc33e 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -1,10 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0+ # # (C) Copyright 2000-2006 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved. -# -# SPDX-License-Identifier: GPL-2.0+ -# ifdef CONFIG_SPL_BUILD obj-$(CONFIG_SPL_FAT_SUPPORT) += fat/ |