summaryrefslogtreecommitdiff
path: root/tags/firmware/PIC/1.0/devices/extruder_0_/Makefile
blob: 1d00de570ef30ca656f28334c7c553ffef573e85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TARGET=extruder_0_

SOURCES=extruder1.c extruder2.c

include ../../picmake.inc

CFLAGS += -DPORT=8

$(BUILDDIR)/$(TARGET).hex:	$(OBJS) $(PICDEPS)
	cd $(BUILDDIR) && gplink -m -c -o $(TARGET).hex $(SOURCES:.c=.o) $(LDFLAGS)
	perl $(BASEDIR)/tools/checkmap $(BUILDDIR)/$(TARGET).map

include ../../make.inc
include $(SOURCES:.c=.dep)