blob: ddac88c76d65963792de930a21d167df993863ce [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +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