mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-01 08:29:41 +02:00
add jzboot to build system
This commit is contained in:
parent
9546fdeebc
commit
461712a517
@ -1 +1 @@
|
||||
SUBDIRS = usbboot xbboot
|
||||
SUBDIRS = usbboot xbboot jzboot
|
||||
|
@ -69,5 +69,6 @@ AC_CHECK_FUNCS([memset strerror])
|
||||
|
||||
AC_CONFIG_FILES(Makefile \
|
||||
usbboot/Makefile usbboot/src/Makefile \
|
||||
xbboot/Makefile xbboot/host-app/Makefile)
|
||||
xbboot/Makefile xbboot/host-app/Makefile \
|
||||
jzboot/Makefile)
|
||||
AC_OUTPUT
|
||||
|
Loading…
Reference in New Issue
Block a user