History log of /seL4-camkes-master/projects/projects_libs/libusbdrivers/CMakeLists.txt
Revision Date Author Comments
# 3f440979 12-Jul-2019 Yu Hou <Yu.Hou@data61.csiro.au>

Trivial: style fix

make the style checker happy


# c8d21d77 22-May-2019 Yu Hou <Yu.Hou@data61.csiro.au>

projects_libs: global configuration lib

this commit removes autoconf.h generation from projects_libs 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'


# 9da5231d 04-Jun-2018 Adam Felizzi <a.felizzi@student.unsw.edu.au>

libusbdriver: Added LibUSB config variable

Updated the libusbdriver CMake file with the LibUSB config option.
External seL4 project source and libraries i.e. libsel4arm-vmm
require the LIB_USB config option to exist.


# 056c8d87 05-Jun-2018 Adam Felizzi <a.felizzi@student.unsw.edu.au>

libusbdrivers: Removed dependency on 'libcommon'


# ff812a06 04-Jun-2018 Adam Felizzi <a.felizzi@student.unsw.edu.au>

Changed use of PLATFORM to KernelPlatform

The use of PLATFORM in libusb and libsdhc made it application
dependent i.e. the app needed to define the PLATFORM variable.
Updated to use the Kernel configuration variable 'KernelPlatform'.


# 54095dd3 13-Nov-2017 Claudia Tu <claudia.tu@unsw.edu.au>

SELFOUR-1103 add cmake support