vf6xx: consistent makefile

Hasn't seen any work for a while, but it should still be consistent with
other parts of the tree
This commit is contained in:
Karl Palsson 2019-06-17 21:02:16 +00:00
parent 9165c8c567
commit 1cd9ca6dc2
1 changed files with 5 additions and 1 deletions

View File

@ -34,7 +34,11 @@ TGT_CFLAGS = -Os \
TGT_CFLAGS += $(DEBUG_FLAGS)
TGT_CFLAGS += $(STANDARD_FLAGS)
ARFLAGS = rcs
OBJS = ccm.o uart.o gpio.o iomuxc.o
OBJS += ccm.o
OBJS += gpio.o
OBJS += iomuxc.o
OBJS += uart.o
VPATH += ../cm3