sam: consistent makefile styles

sorted as per style now
This commit is contained in:
Karl Palsson
2019-06-17 21:06:04 +00:00
parent 1cd9ca6dc2
commit 528e4865c8
6 changed files with 26 additions and 6 deletions

View File

@@ -29,7 +29,10 @@ TGT_CFLAGS += $(DEBUG_FLAGS)
TGT_CFLAGS += $(STANDARD_FLAGS)
# ARFLAGS = rcsv
ARFLAGS = rcs
OBJS = gpio_common_all.o gpio_common_3a3u3x.o pmc.o usart_common_all.o usart_common_3.o
OBJS += gpio_common_all.o gpio_common_3a3u3x.o
OBJS += pmc.o
OBJS += usart_common_all.o usart_common_3.o
VPATH += ../../usb:../../cm3:../common