aboutsummaryrefslogtreecommitdiff
path: root/win32/icon/Kbuild.src
diff options
context:
space:
mode:
Diffstat (limited to 'win32/icon/Kbuild.src')
-rw-r--r--win32/icon/Kbuild.src15
1 files changed, 15 insertions, 0 deletions
diff --git a/win32/icon/Kbuild.src b/win32/icon/Kbuild.src
new file mode 100644
index 000000000..bde74091f
--- /dev/null
+++ b/win32/icon/Kbuild.src
@@ -0,0 +1,15 @@
1# Makefile for busybox
2#
3# Copyright (C) 2018 by R M Yorston <rmy@pobox.com>
4#
5# Licensed under GPLv2, see file LICENSE in this source tree.
6
7obj-y :=
8
9obj-$(CONFIG_FEATURE_ICON) += icon.o
10
11quiet_cmd_windres = WINDRES $@
12 cmd_windres = $(WINDRES) $< $@
13
14win32/icon/icon.o: win32/icon/icon.rc .config
15 $(call cmd,windres)