summaryrefslogtreecommitdiff
path: root/board/efi/efi-x86_app
diff options
context:
space:
mode:
Diffstat (limited to 'board/efi/efi-x86_app')
-rw-r--r--board/efi/efi-x86_app/Makefile5
-rw-r--r--board/efi/efi-x86_app/app.c6
2 files changed, 0 insertions, 11 deletions
diff --git a/board/efi/efi-x86_app/Makefile b/board/efi/efi-x86_app/Makefile
deleted file mode 100644
index cb48d1ccc20..00000000000
--- a/board/efi/efi-x86_app/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0+
-#
-# Copyright (c) 2015 Google, Inc
-
-obj-y += app.o
diff --git a/board/efi/efi-x86_app/app.c b/board/efi/efi-x86_app/app.c
deleted file mode 100644
index da3445bb1d5..00000000000
--- a/board/efi/efi-x86_app/app.c
+++ /dev/null
@@ -1,6 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0+
-/*
- * Copyright (C) 2015 Google, Inc
- */
-
-#include <common.h>