summaryrefslogtreecommitdiff
path: root/branches/historical-pic-firmware/devices/extruder_1_/Makefile
blob: 4fa96d663645e534370e70963664b6e1a0b2ecee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TARGET=extruder_1_

SOURCES=extruder1.c extruder2.c

include ../../picmake.inc

CFLAGS += -DPORT=9

$(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)