From 461712a517f86ea0946d4261099e9b3c488f74a3 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Tue, 5 Apr 2011 21:10:53 +0800 Subject: [PATCH] add jzboot to build system --- Makefile.am | 2 +- configure.ac | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index f26f517..f78995e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1 @@ -SUBDIRS = usbboot xbboot +SUBDIRS = usbboot xbboot jzboot diff --git a/configure.ac b/configure.ac index a47b477..80451e5 100644 --- a/configure.ac +++ b/configure.ac @@ -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