1
0
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:
Xiangfu Liu 2011-04-05 21:10:53 +08:00
parent 9546fdeebc
commit 461712a517
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
SUBDIRS = usbboot xbboot
SUBDIRS = usbboot xbboot jzboot

View File

@ -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