No rule to make target: kernel

126 views
Skip to first unread message

YumeMichi

unread,
Feb 8, 2016, 10:13:04 AM2/8/16
to android-porting
# Kernel
ifeq ($(TARGET_PREBUILT_KERNEL),)
    LOCAL_KERNEL := device/oneplus/onyx/kernel
else
    LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL)
endif
PRODUCT_COPY_FILES := \
    $(LOCAL_KERNEL):kernel

I am using a prebuilt kernel, but some error occurred when I started make.
make: *** No rule to make target 'out/target/product/onyx/kernel', needed by 'out/target/product/onyx/boot.img'.  Stop.
 

Reply all
Reply to author
Forward
0 new messages