History log of /seL4-camkes-master/projects/util_libs/CMakeLists.txt
Revision Date Author Comments
# c84a0155 18-Jul-2019 Yu Hou <Yu.Hou@data61.csiro.au>

replace kernel_autoconf with sel4_autoconf

since the mainline kernel's kernel_autoconf doesn't include
seL4/gen_config.h but sel4_autoconf does


# bca9b499 21-May-2019 Yu Hou <Yu.Hou@data61.csiro.au>

libethdrivers: include config of lwip and picotcp

since global autoconf is removed, we need to explicitly
include the config of lwip and picotcp which will further
indicate the existance of corresponding lib


# 3f9cdc14 19-May-2019 Yu Hou <Yu.Hou@data61.csiro.au>

util_libs: remove autoconf.h from util_libs

this commit removes autoconf.h generation from each lib and
append '#include <<lib_name>/gen_config.h>' after each
'#include <autoconf.h>' since autoconf.h is only the for the
kernel config now. This is a temporarily solution, since we
currently don't have a way to tell which header files each file
is trying to include when it includes 'autoconf.h'


# a54c3e2c 03-Apr-2019 Sidj2 <Siddharth.Jain@data61.csiro.au>

libfdt: Added libfdt library

Added the libfdt library from linux kernel sourced from
linux kernel version : 5.0.6.


# a1ff10a3 18-Jun-2018 Anna Lyons <Anna.Lyons@data61.csiro.au>

picotcp: Port to CMake


# c575f728 26-Apr-2018 Adam Felizzi <a.felizzi@student.unsw.edu.au>

liblwip: CMakeLists adds liblwip subdirectory

Updated root CMakeLists file to add liblwip subdirectory.


# 83aa6c25 06-Mar-2018 Adrian Danis <Adrian.Danis@data61.csiro.au>

libethdrivers: cmake build definitions


# fd4eb2e5 06-Mar-2018 Adrian Danis <Adrian.Danis@data61.csiro.au>

libpci: cmake build definitions


# 2a786e54 29-Mar-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

Add CMake build rules for various libraries