summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-01-04 22:04:01 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-01-02 18:09:30 +0100
commit98226721800a6b3c766706c688beaa4e41682865 (patch)
tree02e0ef8d30576a652a42f18f5d53b35ef1a62d8c
parentc73f05e22d5b5c1e0bc81cff8a002f74566a4e6d (diff)
downloadbuild-98226721800a6b3c766706c688beaa4e41682865.tar.gz
build-98226721800a6b3c766706c688beaa4e41682865.tar.bz2
build-98226721800a6b3c766706c688beaa4e41682865.zip
Take the COPYING note from the smdk4412 kernel, so we don't depend on the qemu kernel repo
it shouldn't matter from which kernel repo the licence text is taken Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
-rw-r--r--core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile
index f3449d6f1..d130aeee8 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -701,7 +701,7 @@ endif # TARGET_BUILD_APPS
# make the target NOTICE files depend on this particular file too, which will
# then be in the right directory for the find in combine-notice-files to work.
$(kernel_notice_file): \
- prebuilts/qemu-kernel/arm/LINUX_KERNEL_COPYING \
+ kernel/samsung/smdk4412/COPYING \
| $(ACP)
@echo -e ${CL_CYN}"Copying:"${CL_RST}" $@"
$(hide) mkdir -p $(dir $@)