carl9170: rename radar pattern generator into pattern generator
[carl9170fw.git] / carlfw / CMakeLists.txt
index 124352e1986ccc3b88cc1d8b4154b317dc5049b1..cacccd984184fad79fce5772ad1f61afa1b94188 100644 (file)
@@ -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)