wayne: Remove unused makefiles
Change-Id: I6a0b5cdfbba03d2d3a1cd55c565b893e228474cd Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
This commit is contained in:
parent
b3d7f22ea2
commit
6e0cdfadc7
1 changed files with 0 additions and 51 deletions
|
@ -1,51 +0,0 @@
|
||||||
LOCAL_PATH := $(call my-dir)
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------
|
|
||||||
# Compile (L)ittle (K)ernel bootloader and the nandwrite utility
|
|
||||||
#----------------------------------------------------------------------
|
|
||||||
ifneq ($(strip $(TARGET_NO_BOOTLOADER)),true)
|
|
||||||
|
|
||||||
# Compile
|
|
||||||
include bootable/bootloader/edk2/AndroidBoot.mk
|
|
||||||
|
|
||||||
$(INSTALLED_BOOTLOADER_MODULE): $(TARGET_EMMC_BOOTLOADER) | $(ACP)
|
|
||||||
$(transform-prebuilt-to-target)
|
|
||||||
$(BUILT_TARGET_FILES_PACKAGE): $(INSTALLED_BOOTLOADER_MODULE)
|
|
||||||
|
|
||||||
droidcore: $(INSTALLED_BOOTLOADER_MODULE)
|
|
||||||
endif
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------
|
|
||||||
# Compile Linux Kernel
|
|
||||||
#----------------------------------------------------------------------
|
|
||||||
ifeq ($(KERNEL_DEFCONFIG),)
|
|
||||||
ifeq ($(TARGET_BUILD_VARIANT),user)
|
|
||||||
KERNEL_DEFCONFIG := sdm660-perf_defconfig
|
|
||||||
else
|
|
||||||
KERNEL_DEFCONFIG := sdm660_defconfig
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(TARGET_KERNEL_SOURCE),)
|
|
||||||
TARGET_KERNEL_SOURCE := kernel
|
|
||||||
endif
|
|
||||||
|
|
||||||
include $(TARGET_KERNEL_SOURCE)/AndroidKernel.mk
|
|
||||||
|
|
||||||
$(INSTALLED_KERNEL_TARGET): $(TARGET_PREBUILT_KERNEL) | $(ACP)
|
|
||||||
$(transform-prebuilt-to-target)
|
|
||||||
|
|
||||||
#Create dsp directory
|
|
||||||
$(shell mkdir -p $(TARGET_OUT_VENDOR)/lib/dsp)
|
|
||||||
|
|
||||||
# Create symbolic links for msadp
|
|
||||||
$(shell mkdir -p $(TARGET_OUT_VENDOR)/firmware; \
|
|
||||||
ln -sf /dev/block/bootdevice/by-name/msadp \
|
|
||||||
$(TARGET_OUT_VENDOR)/firmware/msadp)
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------
|
|
||||||
# extra images
|
|
||||||
#----------------------------------------------------------------------
|
|
||||||
#ifeq (, $(wildcard vendor/qcom/build/tasks/generate_extra_images.mk))
|
|
||||||
include device/qcom/common/generate_extra_images.mk
|
|
||||||
#endif
|
|
Loading…
Reference in a new issue