summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/board/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sandbox/board/Makefile')
-rw-r--r--arch/sandbox/board/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/arch/sandbox/board/Makefile b/arch/sandbox/board/Makefile
index ed01cb9c3e..b4bab02163 100644
--- a/arch/sandbox/board/Makefile
+++ b/arch/sandbox/board/Makefile
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
obj-y += board.o
obj-y += clock.o
obj-y += hostfile.o
@@ -11,9 +13,4 @@ obj-$(CONFIG_LED) += led.o
extra-y += barebox.lds
-extra-y += stickypage.bin
-
-OBJCOPYFLAGS_stickypage.bin = -O binary
-
-%.bin: %.o
- $(call if_changed,objcopy)
+obj-y += stickypage.o