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

SOURCES=stepmotor1.c stepmotor2.c

include ../../picmake.inc

CFLAGS += -DPORT=3

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