diff options
Diffstat (limited to 'board/samsung/common/Makefile')
-rw-r--r-- | board/samsung/common/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/board/samsung/common/Makefile b/board/samsung/common/Makefile index fa85f7dcd2f..3593c77cbc2 100644 --- a/board/samsung/common/Makefile +++ b/board/samsung/common/Makefile @@ -1,9 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2012 Samsung Electronics # Lukasz Majewski <l.majewski@samsung.com> -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-$(CONFIG_USB_GADGET_DOWNLOAD) += gadget.o obj-$(CONFIG_MISC_COMMON) += misc.o |