X-Git-Url: http://git.droids-corp.org/?p=aversive.git;a=blobdiff_plain;f=modules%2Fcomm%2Fuart%2FMakefile;fp=modules%2Fcomm%2Fuart%2FMakefile;h=28382d0109a26d8e27a8400df2f9368ae2e78007;hp=483f15648cfa5945cb61e975e56b1f617b54a4c4;hb=09fd7b53a60d7201b6d019d88d3fee3d43a14c3f;hpb=e0908eab4d4b00cf19083f91a9921b3e8d0cae63 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