summaryrefslogtreecommitdiff
path: root/make
AgeCommit message (Expand)Author
2024-01-31Trusty build: modify make output for further post processingYurii Shutkin
2024-01-15trusty: workaround static linking error on build fleetMike McTernan
2024-01-12trusty: host tools makeMike McTernan
2023-12-06Bump Trusty std to C++20Tomasz Wasilczyk
2023-11-06host tools: move user-specified compile flagsDan Fess
2023-10-17make: Add HOST_SRCDEPS variableAndrei Homescu
2023-10-09LLVM Source-based code coverage for host_toolDan Fess
2023-09-14make: .d files are not regeneratedRaphael Herouart
2023-08-21kernel/make: c-style header guards for recursive makefilesRaphael Herouart
2023-06-28LLVM Source-based code coverage for host_testBrian Orr
2023-02-22make/dtb.mk: Support multiple input files per rules.mkAndrei Homescu
2023-02-16make: Use CLANG_HOST_LIBDIR to find libc++.soStephen Crane
2023-02-16make/dtb.mk: Replace all non-alphanumeric chars in symbol nameAndrei Homescu
2023-02-16Revert "Update location of libc++.so for clang update"Stephen Crane
2023-02-16Update location of libc++.so for clang updateYabin Cui
2023-02-16make/dtb.mk: Fix generated files in incremental buildsAndrei Homescu
2023-02-15make/dtb.mk: Generate .c with INCBIN for .dtbAyrton Munoz
2022-12-28make: Change host_tool rpath so they work from new SDK tools dirWeston Carvalho
2022-12-16make/dtb.mk: Create output directories for .cpp.dts and .dtbAyrton Munoz
2022-12-16Revert "make/dtb.mk: Add local copy of dtc prebuilt"Andrei Homescu
2022-12-16make/dtb.mk: Add local copy of dtc prebuiltAndrei Homescu
2022-12-13make/dtb.mk: Add makefile for devicetree blobsAyrton Munoz
2022-07-19make: Enable C++17 for host testsPer Larsen
2022-06-22[make] Reorder HOST_INCLUDE_DIRS w.r.t. other includesPer Larsen
2022-06-17make: Support simple host librariesPer Larsen
2022-06-04Collect headers and libraries into SDK sysrootStephen Crane
2022-05-09Add rules for assembly in host tools and testsPer Larsen
2022-03-11Use cached trusty app paths rather than re-creating themStephen Crane
2022-03-08make: Allow host tools to add LDFLAGSStephen Crane
2021-11-08Remove GCC supportStephen Crane
2021-09-28Add libc++ headers from toolchain to host testsperl
2021-07-23Package user tests as loadable appsTri Vo
2021-06-03Switch userspace app build to new library build systemStephen Crane
2021-04-27Add libc++ headers from toolchain to host toolsStephen Crane
2021-04-16[make] Build system support for encrypted applicationsAndrei Homescu
2021-04-13[make] Sign apploader packages with ECDSAAndrei Homescu
2021-04-13[make] Build loadable apps from xbin.mkAndrei Homescu
2021-04-13[make] Build C++ host tools using the prebuilt libc++Andrei Homescu
2021-03-09[make] Enable C++17 for host toolsAndrei Homescu
2021-02-19Allow apps to disable coverage for the entire appStephen Crane
2021-02-03Revert "[make] Support to build userspace with HWASan"Tri Vo
2021-01-07Use GLOBAL_SHARED_ and GLOBAL_USER_ flag variantsStephen Crane
2020-10-12Setting flag to detect user task moduleRajesh Nyamagoud
2020-10-08Fix constants header include path for appsStephen Crane
2020-10-05manifest binary dependecy correctedRajesh Nyamagoud
2020-10-05[make] Support to build userspace with HWASanTri Vo
2020-06-25Revert "Shift base address of PIE apps two pages to work around bug"Matthew Maurer
2020-06-18Shift base address of PIE apps two pages to work around bugNick Bray
2020-05-26Eliminating user task linker scriptRajesh Nyamagoud
2020-05-22Moving manifest out of application ELF to KernelRajesh Nyamagoud