X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=carlfw%2FCMakeLists.txt;h=fe6857263a68d30f6a6ad10fb0d781e534a4c33f;hb=8be0cbe819b892ac1cc3d25783949ecbcd0d4ccc;hp=2a87dc0b99c3a0feada90e99ff4d58f80636ed13;hpb=aa5cbd930a0378e093a91e37849602d1a0249ded;p=carl9170fw.git diff --git a/carlfw/CMakeLists.txt b/carlfw/CMakeLists.txt index 2a87dc0..fe68572 100644 --- a/carlfw/CMakeLists.txt +++ b/carlfw/CMakeLists.txt @@ -16,7 +16,8 @@ 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 +set(carl9170_main_src src/main.c src/wlan.c src/wlanrx.c src/wlantx.c + src/fw.c src/gpio.c src/timer.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)