summaryrefslogtreecommitdiff
path: root/board/h2200/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/h2200/Makefile')
-rw-r--r--board/h2200/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/board/h2200/Makefile b/board/h2200/Makefile
deleted file mode 100644
index 690b766178..0000000000
--- a/board/h2200/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0+
-#
-# h2200 Support
-#
-# Copyright (C) 2012 Lukasz Dalek <luk0104@gmail.com>
-
-obj-y := h2200.o
-
-extra-y := h2200-header.bin
-
-$(obj)/h2200-header.bin: $(obj)/h2200-header.o
- $(OBJCOPY) -O binary $< $@