diff options
Diffstat (limited to 'post/Makefile')
-rw-r--r-- | post/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/post/Makefile b/post/Makefile index 33db359b42..5f72708214 100644 --- a/post/Makefile +++ b/post/Makefile @@ -1,9 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0+ # # (C) Copyright 2002-2006 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y += post.o obj-$(CONFIG_POST_STD_LIST) += tests.o |