X-Git-Url: http://git.droids-corp.org/?p=aversive.git;a=blobdiff_plain;f=modules%2Fcomm%2Fuart%2FMakefile;h=28382d0109a26d8e27a8400df2f9368ae2e78007;hp=483f15648cfa5945cb61e975e56b1f617b54a4c4;hb=e5ccbfdd5211f378a5147f4d3123f34783c1ca7b;hpb=bd8acd4f11e6720c96946a7537df5538c0a9a5d4 diff --git a/modules/comm/uart/Makefile b/modules/comm/uart/Makefile index 483f156..28382d0 100644 --- a/modules/comm/uart/Makefile +++ b/modules/comm/uart/Makefile @@ -14,8 +14,8 @@ SRC += uart_send9.c uart_send9_nowait.c SRC += uart_recv9.c uart_recv9_nowait.c endif -else # is it ok ?? -SRC = uart_host.c +else +SRC = uart_host.c uart_events.c endif include $(AVERSIVE_DIR)/mk/aversive_module.mk