From 59692bec3be31e8886fb0ec496bb2d357505aa15 Mon Sep 17 00:00:00 2001 From: Xiangfu Date: Fri, 14 Sep 2012 00:48:05 +0800 Subject: [PATCH] Makefile: forget bit.h --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec3abbd..a4457a6 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ OBJS += $(LIBFPGA_BIT_OBJS) $(LIBFPGA_MODEL_OBJS) $(LIBFPGA_FLOORPLAN_OBJS) \ DYNAMIC_LIBS = libfpga-model.so libfpga-bit.so libfpga-floorplan.so \ libfpga-control.so libfpga-cores.so -DYNAMIC_HEADS = control.h floorplan.h helper.h model.h parts.h +DYNAMIC_HEADS = bit.h control.h floorplan.h helper.h model.h parts.h #- libfpga-test autotest suite #- libfpga-design larger design elements on top of libfpga-control