virtual_image: Add new virtual image driver

This commit is contained in:
Benjamin Berg
2019-07-03 23:31:18 +02:00
parent 689aff0232
commit 2b6f22b84d
3 changed files with 304 additions and 1 deletions

View File

@@ -133,6 +133,9 @@ foreach driver: drivers
if driver == 'elan'
drivers_sources += [ 'drivers/elan.c' ]
endif
if driver == 'virtual_image'
drivers_sources += [ 'drivers/virtual-image.c' ]
endif
endforeach
if aeslib