blob: ddac88c76d65963792de930a21d167df993863ce [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +08001AC_INIT([bootctrl], [1.0])
2AM_INIT_AUTOMAKE([foreign subdir-objects])
3AC_PROG_CXX
4AM_PROG_AS
5LT_INIT
6AC_CONFIG_FILES([
7 Makefile
8 include/Makefile
9 mediatek/bootctrl/Makefile
10])
11AC_OUTPUT