From db7516b635692d2d4ab9ce0fefa13a637fb4698e Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 21 Sep 2023 19:32:47 -0400 Subject: board: Remove essentially empty board files and Makefiles As part of reviewing a new platform, Daniel Schwierzeck noted that we can have an empty Makefile in the board directory and don't need an empty board.c file as well. Further with further cleanup in the Makefile we can now omit the Makefile entirely. Remove a number of now unnecessary board.c and Makefiles. Signed-off-by: Tom Rini --- board/engicam/px30_core/Makefile | 7 ------- board/engicam/px30_core/px30_core.c | 4 ---- 2 files changed, 11 deletions(-) delete mode 100644 board/engicam/px30_core/Makefile delete mode 100644 board/engicam/px30_core/px30_core.c (limited to 'board/engicam') diff --git a/board/engicam/px30_core/Makefile b/board/engicam/px30_core/Makefile deleted file mode 100644 index 321fdb0173..0000000000 --- a/board/engicam/px30_core/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# -# Copyright (c) 2020 Amarula Solutions(India) -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y += px30_core.o diff --git a/board/engicam/px30_core/px30_core.c b/board/engicam/px30_core/px30_core.c deleted file mode 100644 index 3adc2f11de..0000000000 --- a/board/engicam/px30_core/px30_core.c +++ /dev/null @@ -1,4 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0+ -/* - * Copyright (c) 2020 Amarula Solutions(India) - */ -- cgit v1.2.3