aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* Added custom linker script.Toni Uhlig2023-10-01
| | | | | | * discard .xdata section (unwind data for SEH will be done in another way) Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Improved local dep building.Toni Uhlig2023-07-26
| | | | | | | * generate static libs with ar * libcrt, libcxxrt, libusercrt Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* example3 supports BUILD_NATIVEToni Uhlig2023-06-28
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Build DPP with a toolchain tarball generated by mingw-w64-build-ng.lns2022-09-20
| | | | | | * integrate into CircleCI Signed-off-by: lns <matzeton@googlemail.com>
* Repository clean up, renamed ddk-template* to dpp-example*.Toni Uhlig2022-09-09
| | | | | | | * Improved/Added root and examples Makefile * Adapted CIs Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Distinguish between local and dependency targets to prevent confusion.Toni Uhlig2022-03-09
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Fix CircleCI build.Toni Uhlig2021-10-30
| | | | | | | * README update * make help Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Support HOSTCC builds for EASTL.Toni Uhlig2021-10-29
| | | | | | * set parallel jobs for mingw-w64-build via Makefile.deps Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Fixed ctor/dtor issue allowing use of static qualifiers for non primitives.Toni Uhlig2021-07-28
| | | | | | | | * split CRT in a C and C++ part * use "fake" entry point to init CRT and set a DriverUnload routine for de-init * added -Wl,--exclude-all-symbols to DRIVER_LDFLAGS Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Re-worked all the Makefile's as they were not sufficient for external projects.Toni Uhlig2021-04-24
| | | | | | * simplified DriverThread::SpinLock Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Support for using EASTL w/ user space apps.Toni Uhlig2021-04-23
| | | | | | * use osslsigncode to sign drivers/apps Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Support for using Makefile.external in external projects.Toni Uhlig2021-04-22
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added kernel threading support.Toni Uhlig2021-04-20
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added EV code signing CA/Cert generator.Toni Uhlig2021-04-18
| | | | | | * print infinite debug messages on a pure virtual function call Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added Makefile install target and point'n'click batch files.Toni Uhlig2021-04-16
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* EASTL integrationToni Uhlig2021-04-16
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* initial commitToni Uhlig2021-04-07
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>