Skip to content

Commit

Permalink
Removed serial.c, which is obsoleted by serial-line.c, which in turn …
Browse files Browse the repository at this point in the history
…now resides in Makefile.include
  • Loading branch information
adamdunkels committed Mar 17, 2009
1 parent fb7fc19 commit b1cd9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/minimal-net/Makefile.minimal-net
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ endif
CONTIKI_TARGET_DIRS = .
CONTIKI_TARGET_MAIN = ${addprefix $(OBJECTDIR)/,contiki-main.o}

CONTIKI_TARGET_SOURCEFILES = contiki-main.c clock.c leds.c leds-arch.c cfs-posix.c cfs-posix-dir.c dlloader.c serial.c
CONTIKI_TARGET_SOURCEFILES = contiki-main.c clock.c leds.c leds-arch.c cfs-posix.c cfs-posix-dir.c dlloader.c

ifeq ($(OS),Windows_NT)
CONTIKI_TARGET_SOURCEFILES += wpcap-drv.c wpcap.c
Expand Down

0 comments on commit b1cd9c2

Please sign in to comment.