altos: ADS1256 seems to be running fast enough with 8 MHz crystal and 2 MHz SPI
[fw/altos] / src / lpc / Makefile.defs
1 ifndef TOPDIR
2 TOPDIR=..
3 endif
4
5 include $(TOPDIR)/lpc/Makefile-lpc.defs
6
7 LDFLAGS=$(CFLAGS) -L$(TOPDIR)/lpc -Wl,-Taltos.ld -n
8
9 ao_serial_lpc.h: $(TOPDIR)/lpc/baud_rate ao_pins.h
10         nickle $(TOPDIR)/lpc/baud_rate `awk '/AO_LPC_CLKOUT/{print $$3}' ao_pins.h` > $@
11
12 ao_serial_lpc.o: ao_serial_lpc.h