From 4dd3478fc126690182f7da44275eac40f42816c6 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Wed, 8 Jun 2016 15:40:06 -0400 Subject: Makefile: Move listing of directories to create to board makefiles Rename DIRS to dirs-y and populate it in the per-board Makefile rules. Signed-off-by: Kevin O'Connor --- src/avr/Makefile | 2 ++ src/simulator/Makefile | 2 ++ 2 files changed, 4 insertions(+) (limited to 'src') diff --git a/src/avr/Makefile b/src/avr/Makefile index 0e51ed7f..ce580265 100644 --- a/src/avr/Makefile +++ b/src/avr/Makefile @@ -3,6 +3,8 @@ # Use the avr toolchain CROSS_PREFIX=avr- +dirs-y += src/avr lib/pjrc_usb_serial + CFLAGS-y += -mmcu=$(CONFIG_MCU) -DF_CPU=$(CONFIG_CLOCK_FREQ) LDFLAGS-y += -Wl,--relax diff --git a/src/simulator/Makefile b/src/simulator/Makefile index ed250768..34cfa4c8 100644 --- a/src/simulator/Makefile +++ b/src/simulator/Makefile @@ -1,4 +1,6 @@ # Additional simulator build rules +dirs-y += src/simulator src/generic + src-y += simulator/main.c simulator/gpio.c src-y += generic/crc16_ccitt.c generic/alloc.c -- cgit v1.2.3-70-g09d2