X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=carlfw%2FCMakeLists.txt;fp=carlfw%2FCMakeLists.txt;h=1ca09610374bf7632bb04671d07e0976db0c68d1;hb=1a0ab91a746487301a30ecef2b2f95d40527f3da;hp=02c80bf138badd45cb9611e1eddb5b4f5a806869;hpb=195268cae3bb2f462d82dc0178dbca07f0cff706;p=carl9170fw.git diff --git a/carlfw/CMakeLists.txt b/carlfw/CMakeLists.txt index 02c80bf..1ca0961 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/wlanrx.c src/wlantx.c - src/fw.c src/gpio.c src/timer.c + src/fw.c src/gpio.c src/timer.c src/pattern_generator.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)