OSDN Git Service

android-x86: fix a build break
authorChih-Wei Huang <cwhuang@linux.org.tw>
Mon, 19 Nov 2012 17:25:39 +0000 (01:25 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 18 Apr 2014 03:20:51 +0000 (11:20 +0800)
Use COPYING from our kernel tree.

core/Makefile

index 6801e94..6ca6fb9 100644 (file)
@@ -546,7 +546,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/COPYING \
            | $(ACP)
        @echo Copying: $@
        $(hide) mkdir -p $(dir $@)