From d3c8bf5e81f46d66ff0badcbcbf20a3d828a30eb Mon Sep 17 00:00:00 2001 From: Jérémy Dufour Date: Mon, 14 Apr 2008 12:06:01 +0200 Subject: * digital/io/src * build - add dependency of fsm.h for main.c (for bootstrap) ; - ensure it is building for host target. * get samples FSM - remove unneeded fields in the getsamples structures ; - rename it to be more 'private' (to prevent declaring the same one) ; * top FSM - rewrite it ; - still missing some parts to implement. * general - manage color of the bot ; - initialize the switch module in the main_init ; - add position of the gutter. --- digital/io/src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'digital/io/src/Makefile') diff --git a/digital/io/src/Makefile b/digital/io/src/Makefile index a251442f..8e4782ed 100644 --- a/digital/io/src/Makefile +++ b/digital/io/src/Makefile @@ -49,6 +49,7 @@ EXTRA_CLEAN_FILES = getsamples_fsm.h getsamples_fsm.c getsamples_cb.h \ # Bootstrap, fsm should be generated before fsm.h is used. fsm.c: fsm.h +main.c: fsm.h fsm.h: getsamples_fsm.h gutter_fsm.h move_fsm.h top_fsm.h DFAGEN = python $(BASE)/../../tools/dfagen/dfagen.py -- cgit v1.2.3