blob: 7fdcf0dc4770a0050e6fbd6c35eb65967a7d7f5a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
ifndef TOPDIR
TOPDIR=..
endif
include $(TOPDIR)/lpc/Makefile-lpc.defs
LDFLAGS=$(CFLAGS) -L$(TOPDIR)/lpc -Wl,-Taltos.ld -n
ao_serial_lpc.h: $(TOPDIR)/lpc/baud_rate ao_pins.h
nickle $(TOPDIR)/lpc/baud_rate `awk '/AO_LPC_CLKOUT/{print $$3}' ao_pins.h` > $@
ao_serial_lpc.o: ao_serial_lpc.h
|