From 1cd9ca6dc25464c3808b2e18900660cfff636603 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Mon, 17 Jun 2019 21:02:16 +0000 Subject: [PATCH] vf6xx: consistent makefile Hasn't seen any work for a while, but it should still be consistent with other parts of the tree --- lib/vf6xx/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/vf6xx/Makefile b/lib/vf6xx/Makefile index f24d2e9b..c8bfd2a3 100644 --- a/lib/vf6xx/Makefile +++ b/lib/vf6xx/Makefile @@ -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