X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=carlfw%2FCMakeLists.txt;fp=carlfw%2FCMakeLists.txt;h=be09ab4a230db533e062cf0e44ae99b5f61509c3;hp=81b1346ec9fc0005e0f095737b10e7c9328f94a1;hb=dbb81597c39e9ecf9a76420ac374a179d5b94c91;hpb=1c697128c34c65740c067cefbf80a550a47ce05c diff --git a/carlfw/CMakeLists.txt b/carlfw/CMakeLists.txt index 81b1346..be09ab4 100644 --- a/carlfw/CMakeLists.txt +++ b/carlfw/CMakeLists.txt @@ -16,7 +16,7 @@ set(CARLFW_CFLAGS "${CARLFW_CFLAGS_DEF} ${CARLFW_CFLAGS_EXTRA} ${CARLFW_CFLAGS_A include_directories (../include/linux ../include/shared ../include include) -set(carl9170_main_src src/main.c src/wlan.c src/fw.c src/gpio.c +set(carl9170_main_src src/main.c src/wlan.c src/fw.c src/gpio.c src/timer.c src/cmd.c src/uart.c src/dma.c src/hostif.c src/reboot.S src/printf.c src/rf.c src/cam.c src/wol.c)