Browse Source

vf6xx: consistent makefile

Hasn't seen any work for a while, but it should still be consistent with
other parts of the tree
pull/1069/head
Karl Palsson 5 years ago
parent
commit
1cd9ca6dc2
  1. 6
      lib/vf6xx/Makefile

6
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

Loading…
Cancel
Save