X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=carlfw%2FCMakeLists.txt;fp=carlfw%2FCMakeLists.txt;h=2a87dc0b99c3a0feada90e99ff4d58f80636ed13;hp=be09ab4a230db533e062cf0e44ae99b5f61509c3;hb=aa5cbd930a0378e093a91e37849602d1a0249ded;hpb=dbb81597c39e9ecf9a76420ac374a179d5b94c91 diff --git a/carlfw/CMakeLists.txt b/carlfw/CMakeLists.txt index be09ab4..2a87dc0 100644 --- a/carlfw/CMakeLists.txt +++ b/carlfw/CMakeLists.txt @@ -17,7 +17,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 src/timer.c - src/cmd.c src/uart.c src/dma.c src/hostif.c src/reboot.S + src/uart.c src/dma.c src/hostif.c src/reboot.S src/printf.c src/rf.c src/cam.c src/wol.c) set(carl9170_lib_src src/ashlsi3.S src/memcpy.S src/memset.S src/udivsi3_i4i-Os.S)