diff options
author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2016-01-04 21:04:01 (GMT) |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-01-02 17:09:30 (GMT) |
commit | 98226721800a6b3c766706c688beaa4e41682865 (patch) | |
tree | 02e0ef8d30576a652a42f18f5d53b35ef1a62d8c /core | |
parent | c73f05e22d5b5c1e0bc81cff8a002f74566a4e6d (diff) | |
download | build-98226721800a6b3c766706c688beaa4e41682865.zip build-98226721800a6b3c766706c688beaa4e41682865.tar.gz build-98226721800a6b3c766706c688beaa4e41682865.tar.bz2 |
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>
Diffstat (limited to 'core')
-rw-r--r-- | core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile index f3449d6..d130aee 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 $@) |