From 7a89aa1ea7e1b02b5cd310986adf4239ec0ce91d Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 18 Feb 2019 12:59:05 -0800 Subject: altos: Move common build definitions to src/Makefile.defs This cleans up the build process for all architectures, providing a common place to specify vpath, cflags and build rules for various common files. Signed-off-by: Keith Packard --- src/lpc/Makefile.defs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/lpc/Makefile.defs') diff --git a/src/lpc/Makefile.defs b/src/lpc/Makefile.defs index 5bb8133d..7fdcf0dc 100644 --- a/src/lpc/Makefile.defs +++ b/src/lpc/Makefile.defs @@ -3,7 +3,6 @@ TOPDIR=.. endif include $(TOPDIR)/lpc/Makefile-lpc.defs -include $(TOPDIR)/Makedefs LDFLAGS=$(CFLAGS) -L$(TOPDIR)/lpc -Wl,-Taltos.ld -n @@ -11,5 +10,3 @@ 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 - -.DEFAULT_GOAL=all -- cgit v1.2.3