mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-07 14:54:17 +00:00
a94b3d14aa
Changes included (and more): 1. Dynamic RAM merge 2. Real-time page scan and allocation 3. Cache compression 4. Real-time IRQ checks 5. Dynamic I/O allocation for Java heap 6. Java page migration 7. Contiguous memory allocation 8. Idle pages tracking 9. Per CPU RAM usage tracking 10. ARM NEON scalar multiplication library 11. NEON/ARMv8 crypto extensions 12. NEON SHA, Blake, RIPEMD crypto extensions 13. Parallel NEON crypto engine for multi-algo based CPU stress reduction
24 lines
486 B
Makefile
24 lines
486 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Makefile for Qualcomm CAMSS driver
|
|
|
|
qcom-camss-objs += \
|
|
camss.o \
|
|
camss-csid.o \
|
|
camss-csid-4-1.o \
|
|
camss-csid-4-7.o \
|
|
camss-csid-gen2.o \
|
|
camss-csiphy-2ph-1-0.o \
|
|
camss-csiphy-3ph-1-0.o \
|
|
camss-csiphy.o \
|
|
camss-ispif.o \
|
|
camss-vfe-4-1.o \
|
|
camss-vfe-4-7.o \
|
|
camss-vfe-4-8.o \
|
|
camss-vfe-170.o \
|
|
camss-vfe-480.o \
|
|
camss-vfe-gen1.o \
|
|
camss-vfe.o \
|
|
camss-video.o \
|
|
|
|
obj-$(CONFIG_VIDEO_QCOM_CAMSS) += qcom-camss.o
|