diff options
Diffstat (limited to 'api/Makefile')
-rw-r--r-- | api/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/api/Makefile b/api/Makefile index 14b76085962..bd2d035fcdb 100644 --- a/api/Makefile +++ b/api/Makefile @@ -1,8 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0+ # # (C) Copyright 2007 Semihalf -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y += api.o api_display.o api_net.o api_storage.o obj-$(CONFIG_ARM) += api_platform-arm.o |